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: 7 additions & 4 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ click==8.1.8
# slotscheck
# towncrier
# wait-for-it
coverage==7.7.1
coverage==7.8.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -148,9 +148,9 @@ pycares==4.5.0
# via aiodns
pycparser==2.22
# via cffi
pydantic==2.10.6
pydantic==2.11.1
# via python-on-whales
pydantic-core==2.27.2
pydantic-core==2.33.0
# via pydantic
pyenchant==3.2.2
# via sphinxcontrib-spelling
Expand Down Expand Up @@ -199,7 +199,7 @@ requests==2.32.3
# cherry-picker
# sphinx
# sphinxcontrib-spelling
rich==13.9.4
rich==14.0.0
# via pytest-codspeed
setuptools-git==1.2
# via -r requirements/test.in
Expand Down Expand Up @@ -262,6 +262,9 @@ typing-extensions==4.12.2
# pydantic-core
# python-on-whales
# rich
# typing-inspection
typing-inspection==0.4.0
# via pydantic
uritemplate==4.1.1
# via gidgethub
urllib3==2.3.0
Expand Down
11 changes: 7 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ click==8.1.8
# slotscheck
# towncrier
# wait-for-it
coverage==7.7.1
coverage==7.8.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -145,9 +145,9 @@ pycares==4.5.0
# via aiodns
pycparser==2.22
# via cffi
pydantic==2.10.6
pydantic==2.11.1
# via python-on-whales
pydantic-core==2.27.2
pydantic-core==2.33.0
# via pydantic
pygments==2.19.1
# via
Expand Down Expand Up @@ -193,7 +193,7 @@ requests==2.32.3
# via
# cherry-picker
# sphinx
rich==13.9.4
rich==14.0.0
# via pytest-codspeed
setuptools-git==1.2
# via -r requirements/test.in
Expand Down Expand Up @@ -253,6 +253,9 @@ typing-extensions==4.12.2
# pydantic-core
# python-on-whales
# rich
# typing-inspection
typing-inspection==0.4.0
# via pydantic
uritemplate==4.1.1
# via gidgethub
urllib3==2.3.0
Expand Down
9 changes: 6 additions & 3 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ pycares==4.5.0
# via aiodns
pycparser==2.22
# via cffi
pydantic==2.10.6
pydantic==2.11.1
# via python-on-whales
pydantic-core==2.27.2
pydantic-core==2.33.0
# via pydantic
pygments==2.19.1
# via rich
Expand All @@ -84,7 +84,7 @@ python-on-whales==0.76.1
# via -r requirements/lint.in
pyyaml==6.0.2
# via pre-commit
rich==13.9.4
rich==14.0.0
# via pytest-codspeed
six==1.17.0
# via python-dateutil
Expand All @@ -104,6 +104,9 @@ typing-extensions==4.12.2
# pydantic-core
# python-on-whales
# rich
# typing-inspection
typing-inspection==0.4.0
# via pydantic
uvloop==0.21.0 ; platform_system != "Windows"
# via -r requirements/lint.in
valkey==6.1.0
Expand Down
11 changes: 7 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cffi==1.17.1
# pytest-codspeed
click==8.1.8
# via wait-for-it
coverage==7.7.1
coverage==7.8.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -79,9 +79,9 @@ pycares==4.5.0
# via aiodns
pycparser==2.22
# via cffi
pydantic==2.10.6
pydantic==2.11.1
# via python-on-whales
pydantic-core==2.27.2
pydantic-core==2.33.0
# via pydantic
pygments==2.19.1
# via rich
Expand All @@ -104,7 +104,7 @@ python-dateutil==2.9.0.post0
# via freezegun
python-on-whales==0.76.1
# via -r requirements/test.in
rich==13.9.4
rich==14.0.0
# via pytest-codspeed
setuptools-git==1.2
# via -r requirements/test.in
Expand All @@ -125,6 +125,9 @@ typing-extensions==4.12.2
# pydantic-core
# python-on-whales
# rich
# typing-inspection
typing-inspection==0.4.0
# via pydantic
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
# via -r requirements/base.in
wait-for-it==2.3.0
Expand Down
Loading