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
6 changes: 3 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ pycares==4.5.0
# via aiodns
pycparser==2.22
# via cffi
pydantic==2.10.4
pydantic==2.10.5
# via python-on-whales
pydantic-core==2.27.2
# via pydantic
Expand All @@ -168,7 +168,7 @@ pytest==8.1.1
# pytest-cov
# pytest-mock
# pytest-xdist
pytest-codspeed==3.1.1
pytest-codspeed==3.1.2
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down Expand Up @@ -274,7 +274,7 @@ yarl==1.18.3
# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via pip-tools
setuptools==75.7.0
setuptools==75.8.0
# via
# incremental
# pip-tools
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ pycares==4.5.0
# via aiodns
pycparser==2.22
# via cffi
pydantic==2.10.4
pydantic==2.10.5
# via python-on-whales
pydantic-core==2.27.2
# via pydantic
Expand All @@ -163,7 +163,7 @@ pytest==8.1.1
# pytest-cov
# pytest-mock
# pytest-xdist
pytest-codspeed==3.1.1
pytest-codspeed==3.1.2
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down Expand Up @@ -265,7 +265,7 @@ yarl==1.18.3
# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via pip-tools
setuptools==75.7.0
setuptools==75.8.0
# via
# incremental
# pip-tools
2 changes: 1 addition & 1 deletion requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ urllib3==2.3.0
# via requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.7.0
setuptools==75.8.0
# via incremental
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ urllib3==2.3.0
# via requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.7.0
setuptools==75.8.0
# via incremental
4 changes: 2 additions & 2 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pycares==4.5.0
# via aiodns
pycparser==2.22
# via cffi
pydantic==2.10.4
pydantic==2.10.5
# via python-on-whales
pydantic-core==2.27.2
# via pydantic
Expand All @@ -70,7 +70,7 @@ pytest==8.1.1
# -r requirements/lint.in
# pytest-codspeed
# pytest-mock
pytest-codspeed==3.1.1
pytest-codspeed==3.1.2
# via -r requirements/lint.in
pytest-mock==3.14.0
# via -r requirements/lint.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pycares==4.5.0
# via aiodns
pycparser==2.22
# via cffi
pydantic==2.10.4
pydantic==2.10.5
# via python-on-whales
pydantic-core==2.27.2
# via pydantic
Expand All @@ -88,7 +88,7 @@ pytest==8.1.1
# pytest-cov
# pytest-mock
# pytest-xdist
pytest-codspeed==3.1.1
pytest-codspeed==3.1.2
# via -r requirements/test.in
pytest-cov==6.0.0
# via -r requirements/test.in
Expand Down
Loading