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/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ coverage==7.10.7
# via
# -r requirements/test-common.in
# pytest-cov
cryptography==46.0.1
cryptography==46.0.2
# via
# pyjwt
# trustme
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ coverage==7.10.7
# via
# -r requirements/test-common.in
# pytest-cov
cryptography==46.0.1
cryptography==46.0.2
# via
# pyjwt
# trustme
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cfgv==3.4.0
# via pre-commit
click==8.1.8
# via slotscheck
cryptography==46.0.1
cryptography==46.0.2
# via trustme
distlib==0.4.0
# via virtualenv
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ coverage==7.10.7
# via
# -r requirements/test-common.in
# pytest-cov
cryptography==46.0.1
cryptography==46.0.2
# via trustme
exceptiongroup==1.3.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ coverage==7.10.7
# via
# -r requirements/test-common.in
# pytest-cov
cryptography==46.0.1
cryptography==46.0.2
# via trustme
exceptiongroup==1.3.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ coverage==7.10.7
# via
# -r requirements/test-common.in
# pytest-cov
cryptography==46.0.1
cryptography==46.0.2
# via trustme
exceptiongroup==1.3.0
# via pytest
Expand Down
Loading