Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blablatdinov committed Jan 25, 2025
1 parent 984447f commit aeb9471
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
14 changes: 7 additions & 7 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@

# Runtime dependencies

httpx==0.27.2
httpx==0.28.1
PyYAML==6.0.2

# Dev dependencies

respx==0.21.1
pytest==8.3.3
pytest-cov==5.0.0
pytest-randomly==3.15.0
time-machine==2.15.0
more-itertools==10.5.0
respx==0.22.0
pytest==8.3.4
pytest-cov==6.0.0
pytest-randomly==3.16.0
time-machine==2.16.0
more-itertools==10.6.0
10 changes: 4 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements.in
#
anyio==4.7.0
anyio==4.8.0
# via httpx
certifi==2024.12.14
# via
Expand All @@ -26,13 +26,13 @@ idna==3.10
# httpx
iniconfig==2.0.0
# via pytest
more-itertools==10.5.0
more-itertools==10.6.0
# via -r requirements.in
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements.in
# pytest-cov
Expand All @@ -50,8 +50,6 @@ respx==0.22.0
six==1.17.0
# via python-dateutil
sniffio==1.3.1
# via
# anyio
# httpx
# via anyio
time-machine==2.16.0
# via -r requirements.in

0 comments on commit aeb9471

Please sign in to comment.