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
11 changes: 3 additions & 8 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,12 @@ click==8.3.0
# slotscheck
# towncrier
# wait-for-it
coverage==7.10.7
coverage==7.11.0
# via
# -r requirements/test-common.in
# pytest-cov
cryptography==46.0.2
# via
# pyjwt
# trustme
cryptography==46.0.3
# via trustme
cython==3.1.4
# via -r requirements/cython.in
distlib==0.4.0
Expand Down Expand Up @@ -167,9 +165,6 @@ pygments==2.19.2
# pytest
# rich
# sphinx
pyjwt==2.8.0
# via
# pyjwt
pyproject-hooks==1.2.0
# via
# build
Expand Down
14 changes: 4 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,12 @@ click==8.3.0
# slotscheck
# towncrier
# wait-for-it
coverage==7.10.7
coverage==7.11.0
# via
# -r requirements/test-common.in
# pytest-cov
cryptography==46.0.2
# via
# pyjwt
# trustme
cryptography==46.0.3
# via trustme
distlib==0.4.0
# via virtualenv
docutils==0.21.2
Expand Down Expand Up @@ -162,9 +160,6 @@ pygments==2.19.2
# pytest
# rich
# sphinx
pyjwt==2.8.0
# via
# pyjwt
pyproject-hooks==1.2.0
# via
# build
Expand Down Expand Up @@ -198,8 +193,7 @@ python-on-whales==0.78.0
pyyaml==6.0.3
# via pre-commit
requests==2.32.5
# via
# sphinx
# via sphinx
rich==14.2.0
# via pytest-codspeed
setuptools-git==1.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cfgv==3.4.0
# via pre-commit
click==8.3.0
# via slotscheck
cryptography==46.0.2
cryptography==46.0.3
# via trustme
distlib==0.4.0
# via virtualenv
Expand Down
4 changes: 2 additions & 2 deletions requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ cffi==2.0.0
# pytest-codspeed
click==8.3.0
# via wait-for-it
coverage==7.10.7
coverage==7.11.0
# via
# -r requirements/test-common.in
# pytest-cov
cryptography==46.0.2
cryptography==46.0.3
# via trustme
exceptiongroup==1.3.0
# via pytest
Expand Down
4 changes: 2 additions & 2 deletions requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ cffi==2.0.0
# pytest-codspeed
click==8.3.0
# via wait-for-it
coverage==7.10.7
coverage==7.11.0
# via
# -r requirements/test-common.in
# pytest-cov
cryptography==46.0.2
cryptography==46.0.3
# via trustme
exceptiongroup==1.3.0
# via pytest
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ cffi==2.0.0
# pytest-codspeed
click==8.3.0
# via wait-for-it
coverage==7.10.7
coverage==7.11.0
# via
# -r requirements/test-common.in
# pytest-cov
cryptography==46.0.2
cryptography==46.0.3
# via trustme
exceptiongroup==1.3.0
# via pytest
Expand Down
Loading