Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Flask-Cors==6.0.0
Flask-Cors==6.0.2
Flask==2.3.3
Werkzeug==3.0.6
boto3==1.42.78
requests==2.32.4
boto3==1.42.91
requests==2.33.1
urllib3==2.6.3
# Installing cryptography backend since it is the recommended one: https://pypi.org/project/python-jose/
python-jose[cryptography]==3.4.0
python-jose[cryptography]==3.5.0
ecdsa==0.19.2
cryptography==44.0.1
PyYAML==6.0.2
pytest==7.2.2
pytest-mock==3.8.2
itsdangerous==2.1.2
marshmallow==3.19.0
certifi==2024.7.4
jinja2==3.1.6
cryptography==46.0.7
PyYAML==6.0.3
pytest==7.4.4
pytest-mock==3.15.1
itsdangerous==2.2.0
marshmallow==3.26.2
certifi==2026.2.25
jinja2==3.1.6
34 changes: 18 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,47 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile
# pip-compile requirements.in
#
attrs==23.1.0
# via pytest
blinker==1.7.0
# via flask
boto3==1.42.78
boto3==1.42.91
# via -r requirements.in
botocore==1.42.78
botocore==1.42.91
# via
# boto3
# s3transfer
certifi==2024.7.4
certifi==2026.2.25
# via
# -r requirements.in
# requests
cffi==1.17.1
cffi==2.0.0
# via cryptography
charset-normalizer==2.1.1
# via requests
click==8.1.3
# via flask
cryptography==44.0.1
cryptography==46.0.7
# via
# -r requirements.in
# python-jose
ecdsa==0.19.2
# via python-jose
# via
# -r requirements.in
# python-jose
flask==2.3.3
# via
# -r requirements.in
# flask-cors
flask-cors==6.0.0
flask-cors==6.0.2
# via -r requirements.in
idna==3.7
# via requests
iniconfig==2.0.0
# via pytest
itsdangerous==2.1.2
itsdangerous==2.2.0
# via
# -r requirements.in
# flask
Expand All @@ -56,33 +58,33 @@ markupsafe==2.1.2
# via
# jinja2
# werkzeug
marshmallow==3.19.0
marshmallow==3.26.2
# via -r requirements.in
packaging==23.1
# via
# marshmallow
# pytest
pluggy==1.0.0
# via pytest
pyasn1==0.4.8
pyasn1==0.6.3
# via
# python-jose
# rsa
pycparser==2.21
# via cffi
pytest==7.2.2
pytest==7.4.4
# via
# -r requirements.in
# pytest-mock
pytest-mock==3.8.2
pytest-mock==3.15.1
# via -r requirements.in
python-dateutil==2.8.2
# via botocore
python-jose[cryptography]==3.4.0
python-jose[cryptography]==3.5.0
# via -r requirements.in
pyyaml==6.0.2
pyyaml==6.0.3
# via -r requirements.in
requests==2.32.4
requests==2.33.1
# via -r requirements.in
rsa==4.9
# via python-jose
Expand Down
Loading