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-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aiosignal==1.4.0
# via -r requirements/runtime-deps.in
async-timeout==5.0.1 ; python_version < "3.11"
# via -r requirements/runtime-deps.in
backports-zstd==1.0.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
backports-zstd==1.1.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
# via -r requirements/runtime-deps.in
brotli==1.2.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aiosignal==1.4.0
# via -r requirements/runtime-deps.in
async-timeout==5.0.1 ; python_version < "3.11"
# via -r requirements/runtime-deps.in
backports-zstd==1.0.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
backports-zstd==1.1.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
# via -r requirements/runtime-deps.in
brotli==1.2.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async-timeout==5.0.1 ; python_version < "3.11"
# valkey
babel==2.17.0
# via sphinx
backports-zstd==1.0.0 ; implementation_name == "cpython"
backports-zstd==1.1.0 ; implementation_name == "cpython"
# via
# -r requirements/lint.in
# -r requirements/runtime-deps.in
Expand All @@ -47,7 +47,7 @@ cfgv==3.4.0
# via pre-commit
charset-normalizer==3.4.4
# via requests
click==8.3.0
click==8.3.1
# via
# pip-tools
# slotscheck
Expand All @@ -67,7 +67,7 @@ docutils==0.21.2
# via sphinx
exceptiongroup==1.3.0
# via pytest
execnet==2.1.1
execnet==2.1.2
# via pytest-xdist
filelock==3.20.0
# via virtualenv
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async-timeout==5.0.1 ; python_version < "3.11"
# valkey
babel==2.17.0
# via sphinx
backports-zstd==1.0.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
backports-zstd==1.1.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
# via
# -r requirements/lint.in
# -r requirements/runtime-deps.in
Expand All @@ -47,7 +47,7 @@ cfgv==3.4.0
# via pre-commit
charset-normalizer==3.4.4
# via requests
click==8.3.0
click==8.3.1
# via
# pip-tools
# slotscheck
Expand All @@ -65,7 +65,7 @@ docutils==0.21.2
# via sphinx
exceptiongroup==1.3.0
# via pytest
execnet==2.1.1
execnet==2.1.2
# via pytest-xdist
filelock==3.20.0
# via virtualenv
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ certifi==2025.11.12
# via requests
charset-normalizer==3.4.4
# via requests
click==8.3.0
click==8.3.1
# via towncrier
docutils==0.21.2
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ certifi==2025.11.12
# via requests
charset-normalizer==3.4.4
# via requests
click==8.3.0
click==8.3.1
# via towncrier
docutils==0.21.2
# via sphinx
Expand Down
4 changes: 2 additions & 2 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ annotated-types==0.7.0
# via pydantic
async-timeout==5.0.1
# via valkey
backports-zstd==1.0.0 ; implementation_name == "cpython"
backports-zstd==1.1.0 ; implementation_name == "cpython"
# via -r requirements/lint.in
blockbuster==1.5.25
# via -r requirements/lint.in
Expand All @@ -21,7 +21,7 @@ cffi==2.0.0
# pytest-codspeed
cfgv==3.4.0
# via pre-commit
click==8.3.0
click==8.3.1
# via slotscheck
cryptography==46.0.3
# via trustme
Expand Down
2 changes: 1 addition & 1 deletion requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aiosignal==1.4.0
# via -r requirements/runtime-deps.in
async-timeout==5.0.1 ; python_version < "3.11"
# via -r requirements/runtime-deps.in
backports-zstd==1.0.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
backports-zstd==1.1.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
# via -r requirements/runtime-deps.in
brotli==1.2.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cffi==2.0.0
# via
# cryptography
# pytest-codspeed
click==8.3.0
click==8.3.1
# via wait-for-it
coverage==7.11.0
# via
Expand All @@ -22,7 +22,7 @@ cryptography==46.0.3
# via trustme
exceptiongroup==1.3.0
# via pytest
execnet==2.1.1
execnet==2.1.2
# via pytest-xdist
forbiddenfruit==0.1.4
# via blockbuster
Expand Down
6 changes: 3 additions & 3 deletions requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ annotated-types==0.7.0
# via pydantic
async-timeout==5.0.1 ; python_version < "3.11"
# via -r requirements/runtime-deps.in
backports-zstd==1.0.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
backports-zstd==1.1.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
# via -r requirements/runtime-deps.in
blockbuster==1.5.25
# via -r requirements/test-common.in
Expand All @@ -25,7 +25,7 @@ cffi==2.0.0
# cryptography
# pycares
# pytest-codspeed
click==8.3.0
click==8.3.1
# via wait-for-it
coverage==7.11.0
# via
Expand All @@ -35,7 +35,7 @@ cryptography==46.0.3
# via trustme
exceptiongroup==1.3.0
# via pytest
execnet==2.1.1
execnet==2.1.2
# via pytest-xdist
forbiddenfruit==0.1.4
# via blockbuster
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ annotated-types==0.7.0
# via pydantic
async-timeout==5.0.1 ; python_version < "3.11"
# via -r requirements/runtime-deps.in
backports-zstd==1.0.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
backports-zstd==1.1.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
# via -r requirements/runtime-deps.in
blockbuster==1.5.25
# via -r requirements/test-common.in
Expand All @@ -25,7 +25,7 @@ cffi==2.0.0
# cryptography
# pycares
# pytest-codspeed
click==8.3.0
click==8.3.1
# via wait-for-it
coverage==7.11.0
# via
Expand All @@ -35,7 +35,7 @@ cryptography==46.0.3
# via trustme
exceptiongroup==1.3.0
# via pytest
execnet==2.1.1
execnet==2.1.2
# via pytest-xdist
forbiddenfruit==0.1.4
# via blockbuster
Expand Down
Loading