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/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ checkmatelib==1.0.18
# via -r prod.txt
click==8.1.7
# via pip-tools
cryptography==46.0.7
cryptography==48.0.1
# via
# -r prod.txt
# joserfc
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ checkmatelib==1.0.18
# via -r prod.txt
click==8.1.7
# via pip-tools
cryptography==46.0.7
cryptography==48.0.1
# via
# -r prod.txt
# joserfc
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ coverage[toml]==7.10.7
# via
# -r tests.txt
# pytest-cov
cryptography==46.0.7
cryptography==48.0.1
# via
# -r functests.txt
# -r tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ charset-normalizer==3.3.2
# via requests
checkmatelib==1.0.18
# via -r prod.in
cryptography==46.0.7
cryptography==48.0.1
# via joserfc
google-auth==2.26.2
# via google-auth-oauthlib
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ click==8.1.7
# via pip-tools
coverage[toml]==7.10.7
# via pytest-cov
cryptography==46.0.7
cryptography==48.0.1
# via
# -r prod.txt
# joserfc
Expand Down
2 changes: 1 addition & 1 deletion requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ checkmatelib==1.0.18
# via -r prod.txt
click==8.1.7
# via pip-tools
cryptography==46.0.7
cryptography==48.0.1
# via
# -r prod.txt
# joserfc
Expand Down
Loading