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/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ propcache==0.3.2
# via
# -r requirements/runtime-deps.in
# yarl
pycares==4.8.0
pycares==4.9.0
# via aiodns
pycparser==2.22
# via cffi
Expand Down
10 changes: 6 additions & 4 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ pkgconfig==1.5.5
platformdirs==4.3.8
# via virtualenv
pluggy==1.6.0
# via pytest
# via
# pytest
# pytest-cov
pre-commit==4.2.0
# via -r requirements/lint.in
propcache==0.3.2
Expand All @@ -151,11 +153,11 @@ proxy-py==2.4.10
# via
# -r requirements/lint.in
# -r requirements/test.in
pycares==4.8.0
pycares==4.9.0
# via aiodns
pycparser==2.22
# via cffi
pydantic==2.11.5
pydantic==2.11.6
# via python-on-whales
pydantic-core==2.33.2
# via pydantic
Expand Down Expand Up @@ -185,7 +187,7 @@ pytest-codspeed==3.2.0
# via
# -r requirements/lint.in
# -r requirements/test.in
pytest-cov==6.2.0
pytest-cov==6.2.1
# via -r requirements/test.in
pytest-mock==3.14.1
# via
Expand Down
10 changes: 6 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ pkgconfig==1.5.5
platformdirs==4.3.8
# via virtualenv
pluggy==1.6.0
# via pytest
# via
# pytest
# pytest-cov
pre-commit==4.2.0
# via -r requirements/lint.in
propcache==0.3.2
Expand All @@ -148,11 +150,11 @@ proxy-py==2.4.10
# via
# -r requirements/lint.in
# -r requirements/test.in
pycares==4.8.0
pycares==4.9.0
# via aiodns
pycparser==2.22
# via cffi
pydantic==2.11.5
pydantic==2.11.6
# via python-on-whales
pydantic-core==2.33.2
# via pydantic
Expand Down Expand Up @@ -180,7 +182,7 @@ pytest-codspeed==3.2.0
# via
# -r requirements/lint.in
# -r requirements/test.in
pytest-cov==6.2.0
pytest-cov==6.2.1
# via -r requirements/test.in
pytest-mock==3.14.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ pre-commit==4.2.0
# via -r requirements/lint.in
proxy-py==2.4.10
# via -r requirements/lint.in
pycares==4.8.0
pycares==4.9.0
# via aiodns
pycparser==2.22
# via cffi
pydantic==2.11.5
pydantic==2.11.6
# via python-on-whales
pydantic-core==2.33.2
# via pydantic
Expand Down
2 changes: 1 addition & 1 deletion requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ propcache==0.3.2
# via
# -r requirements/runtime-deps.in
# yarl
pycares==4.8.0
pycares==4.9.0
# via aiodns
pycparser==2.22
# via cffi
Expand Down
10 changes: 6 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,20 @@ packaging==25.0
pkgconfig==1.5.5
# via -r requirements/test.in
pluggy==1.6.0
# via pytest
# via
# pytest
# pytest-cov
propcache==0.3.2
# via
# -r requirements/runtime-deps.in
# yarl
proxy-py==2.4.10
# via -r requirements/test.in
pycares==4.8.0
pycares==4.9.0
# via aiodns
pycparser==2.22
# via cffi
pydantic==2.11.5
pydantic==2.11.6
# via python-on-whales
pydantic-core==2.33.2
# via pydantic
Expand All @@ -98,7 +100,7 @@ pytest==8.1.1
# pytest-xdist
pytest-codspeed==3.2.0
# via -r requirements/test.in
pytest-cov==6.2.0
pytest-cov==6.2.1
# via -r requirements/test.in
pytest-mock==3.14.1
# via -r requirements/test.in
Expand Down
Loading