Skip to content
Open
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 @@ -9,7 +9,7 @@ python-jose[cryptography]==3.5.0
ecdsa==0.19.2
cryptography==46.0.7
PyYAML==6.0.3
pytest==7.4.4
pytest==9.0.3
pytest-mock==3.15.1
itsdangerous==2.2.0
marshmallow==3.26.2
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
# pip-compile requirements.in
#
attrs==23.1.0
# via pytest
blinker==1.7.0
# via flask
boto3==1.42.91
Expand Down Expand Up @@ -64,15 +62,17 @@ packaging==23.1
# via
# marshmallow
# pytest
pluggy==1.0.0
pluggy==1.6.0
# via pytest
pyasn1==0.6.3
# via
# python-jose
# rsa
pycparser==2.21
# via cffi
pytest==7.4.4
pygments==2.20.0
# via pytest
pytest==9.0.3
# via
# -r requirements.in
# pytest-mock
Expand Down
Loading