Skip to content

Commit

Permalink
Upgrade test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Oct 20, 2024
1 parent caee991 commit 31d44bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ coverage==7.6.3
# via
# -r test-requirements.in
# pytest-cov
cryptography==43.0.1
cryptography==43.0.3
# via -r test-requirements.in
exceptiongroup==1.2.2 ; python_full_version < '3.11'
# via
Expand All @@ -33,7 +33,7 @@ idna==3.10
# via trio
iniconfig==2.0.0
# via pytest
mypy==1.12.0
mypy==1.12.1
# via -r test-requirements.in
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -67,7 +67,7 @@ pytest-cov==5.0.0
# via -r test-requirements.in
pytest-trio==0.8.0
# via -r test-requirements.in
ruff==0.6.9
ruff==0.7.0
# via -r test-requirements.in
sniffio==1.3.1
# via trio
Expand All @@ -88,5 +88,5 @@ typing-extensions==4.12.2
# -r test-requirements.in
# black
# mypy
uv==0.4.20
uv==0.4.24
# via -r test-requirements.in

0 comments on commit 31d44bb

Please sign in to comment.