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 @@ -59,7 +59,7 @@ coverage==7.11.0
# pytest-cov
cryptography==46.0.3
# via trustme
cython==3.1.4
cython==3.1.5
# via -r requirements/cython.in
distlib==0.4.0
# via virtualenv
Expand Down Expand Up @@ -92,7 +92,7 @@ idna==3.6
# yarl
imagesize==1.4.1
# via sphinx
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
isal==1.7.2 ; python_version < "3.14"
# via
Expand Down Expand Up @@ -154,7 +154,7 @@ pycares==4.11.0
# via aiodns
pycparser==2.23
# via cffi
pydantic==2.12.2
pydantic==2.12.3
# via python-on-whales
pydantic-core==2.41.4
# via pydantic
Expand Down
2 changes: 1 addition & 1 deletion requirements/cython.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements/cython.txt --resolver=backtracking --strip-extras requirements/cython.in
#
cython==3.1.4
cython==3.1.5
# via -r requirements/cython.in
multidict==6.7.0
# via -r requirements/multidict.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ idna==3.6
# yarl
imagesize==1.4.1
# via sphinx
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
isal==1.7.2 ; python_version < "3.14"
# via
Expand Down Expand Up @@ -151,7 +151,7 @@ pycares==4.11.0
# via aiodns
pycparser==2.23
# via cffi
pydantic==2.12.2
pydantic==2.12.3
# via python-on-whales
pydantic-core==2.41.4
# via pydantic
Expand Down
4 changes: 2 additions & 2 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ identify==2.6.15
# via pre-commit
idna==3.7
# via trustme
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
isal==1.7.2
# via -r requirements/lint.in
Expand Down Expand Up @@ -69,7 +69,7 @@ pycares==4.11.0
# via aiodns
pycparser==2.23
# via cffi
pydantic==2.12.2
pydantic==2.12.3
# via python-on-whales
pydantic-core==2.41.4
# via pydantic
Expand Down
4 changes: 2 additions & 2 deletions requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ freezegun==1.5.5
# via -r requirements/test-common.in
idna==3.10
# via trustme
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
isal==1.8.0 ; python_version < "3.14"
# via -r requirements/test-common.in
Expand All @@ -56,7 +56,7 @@ proxy-py==2.4.10
# via -r requirements/test-common.in
pycparser==2.23
# via cffi
pydantic==2.12.2
pydantic==2.12.3
# via python-on-whales
pydantic-core==2.41.4
# via pydantic
Expand Down
4 changes: 2 additions & 2 deletions requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ idna==3.10
# via
# trustme
# yarl
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
isal==1.8.0 ; python_version < "3.14"
# via -r requirements/test-common.in
Expand Down Expand Up @@ -89,7 +89,7 @@ pycares==4.11.0
# via aiodns
pycparser==2.23
# via cffi
pydantic==2.12.2
pydantic==2.12.3
# via python-on-whales
pydantic-core==2.41.4
# via pydantic
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ idna==3.6
# via
# trustme
# yarl
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
isal==1.7.2 ; python_version < "3.14"
# via -r requirements/test-common.in
Expand Down Expand Up @@ -89,7 +89,7 @@ pycares==4.11.0
# via aiodns
pycparser==2.23
# via cffi
pydantic==2.12.2
pydantic==2.12.3
# via python-on-whales
pydantic-core==2.41.4
# via pydantic
Expand Down
Loading