-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f39e21
commit 6aa155d
Showing
2 changed files
with
62 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,67 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# This file is autogenerated by pip-compile with Python 3.12 | ||
# by the following command: | ||
# | ||
# pip-compile --resolver=backtracking --strip-extras | ||
# pip-compile --strip-extras | ||
# | ||
apispec==6.3.0 | ||
apispec==6.6.0 | ||
# via | ||
# -r requirements.in | ||
# apispec-webframeworks | ||
apispec-webframeworks==0.5.2 | ||
apispec-webframeworks==1.1.0 | ||
# via -r requirements.in | ||
certifi==2022.12.7 | ||
blinker==1.7.0 | ||
# via flask | ||
certifi==2024.2.2 | ||
# via requests | ||
charset-normalizer==3.1.0 | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
click==8.1.3 | ||
click==8.1.7 | ||
# via flask | ||
flask==2.2.3 | ||
flask==3.0.3 | ||
# via | ||
# -r requirements.in | ||
# flask-sqlalchemy | ||
flask-sqlalchemy==3.0.3 | ||
flask-sqlalchemy==3.1.1 | ||
# via -r requirements.in | ||
greenlet==2.0.2 | ||
# via sqlalchemy | ||
idna==3.4 | ||
idna==3.7 | ||
# via requests | ||
itsdangerous==2.1.2 | ||
# via flask | ||
jinja2==3.1.2 | ||
jinja2==3.1.3 | ||
# via flask | ||
markupsafe==2.1.2 | ||
markupsafe==2.1.5 | ||
# via | ||
# jinja2 | ||
# werkzeug | ||
marshmallow==3.19.0 | ||
marshmallow==3.21.1 | ||
# via webargs | ||
packaging==23.0 | ||
packaging==24.0 | ||
# via | ||
# apispec | ||
# marshmallow | ||
# webargs | ||
psycopg2==2.9.6 | ||
psycopg2==2.9.9 | ||
# via | ||
# -r requirements.in | ||
# sqlalchemy | ||
pypdf2==3.0.1 | ||
# via -r requirements.in | ||
pyyaml==6.0 | ||
pyyaml==6.0.1 | ||
# via apispec | ||
requests==2.28.2 | ||
requests==2.31.0 | ||
# via -r requirements.in | ||
sqlalchemy==2.0.9 | ||
sqlalchemy==2.0.29 | ||
# via | ||
# -r requirements.in | ||
# flask-sqlalchemy | ||
typing-extensions==4.5.0 | ||
typing-extensions==4.11.0 | ||
# via sqlalchemy | ||
urllib3==1.26.15 | ||
urllib3==2.2.1 | ||
# via requests | ||
webargs==8.2.0 | ||
webargs==8.4.0 | ||
# via -r requirements.in | ||
werkzeug==2.2.3 | ||
werkzeug==3.0.2 | ||
# via | ||
# -r requirements.in | ||
# flask |