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
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ boto3==1.24.30
requests==2.32.0
urllib3==1.26.19
# Installing cryptography backend since it is the recommended one: https://pypi.org/project/python-jose/
python-jose[cryptography]==3.3.0
python-jose[cryptography]==3.4.0
cryptography==43.0.1
PyYAML==6.0.2
pytest==7.2.2
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ packaging==23.1
# pytest
pluggy==1.0.0
# via pytest
pyasn1==0.5.0
pyasn1==0.4.8
# via
# python-jose
# rsa
Expand All @@ -78,7 +78,7 @@ pytest-mock==3.8.2
# via -r requirements.in
python-dateutil==2.8.2
# via botocore
python-jose[cryptography]==3.3.0
python-jose[cryptography]==3.4.0
# via -r requirements.in
pyyaml==6.0.2
# via -r requirements.in
Expand Down
Loading