Skip to content
Open
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
10 changes: 5 additions & 5 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ async-timeout==5.0.1 ; python_version < "3.11"
# valkey
babel==2.17.0
# via sphinx
backports-zstd==0.5.0 ; implementation_name == "cpython"
# via
# -r requirements/lint.in
# -r requirements/runtime-deps.in
blockbuster==1.5.25
# via
# -r requirements/lint.in
Expand Down Expand Up @@ -97,7 +101,7 @@ imagesize==1.4.1
# via sphinx
iniconfig==2.1.0
# via pytest
isal==1.7.2 ; python_version < "3.14"
isal==1.8.0 ; python_version < "3.14"
# via
# -r requirements/lint.in
# -r requirements/test-common.in
Expand Down Expand Up @@ -299,10 +303,6 @@ zlib-ng==1.0.0
# via
# -r requirements/lint.in
# -r requirements/test-common.in
backports.zstd==0.5.0 ; implementation_name == "cpython"
# via
# -r requirements/lint.in
# -r requirements/runtime-deps.in

# The following packages are considered to be unsafe in a requirements file:
pip==25.2
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ async-timeout==5.0.1 ; python_version < "3.11"
# valkey
babel==2.17.0
# via sphinx
backports-zstd==0.5.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
# via
# -r requirements/lint.in
# -r requirements/runtime-deps.in
blockbuster==1.5.25
# via
# -r requirements/lint.in
Expand Down Expand Up @@ -95,7 +99,7 @@ imagesize==1.4.1
# via sphinx
iniconfig==2.1.0
# via pytest
isal==1.7.2 ; python_version < "3.14"
isal==1.8.0 ; python_version < "3.14"
# via
# -r requirements/lint.in
# -r requirements/test-common.in
Expand Down Expand Up @@ -290,10 +294,6 @@ zlib-ng==1.0.0
# via
# -r requirements/lint.in
# -r requirements/test-common.in
backports.zstd==0.5.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
# via
# -r requirements/lint.in
# -r requirements/runtime-deps.in

# The following packages are considered to be unsafe in a requirements file:
pip==25.2
Expand Down
6 changes: 3 additions & 3 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ annotated-types==0.7.0
# via pydantic
async-timeout==5.0.1
# via valkey
backports-zstd==0.5.0 ; implementation_name == "cpython"
# via -r requirements/lint.in
blockbuster==1.5.25
# via -r requirements/lint.in
cffi==2.0.0
Expand Down Expand Up @@ -39,7 +41,7 @@ idna==3.7
# via trustme
iniconfig==2.1.0
# via pytest
isal==1.7.2
isal==1.8.0
# via -r requirements/lint.in
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -123,5 +125,3 @@ virtualenv==20.34.0
# via pre-commit
zlib-ng==1.0.0
# via -r requirements/lint.in
backports.zstd==0.5.0 ; implementation_name == "cpython"
# via -r requirements/lint.in
4 changes: 2 additions & 2 deletions requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ annotated-types==0.7.0
# via pydantic
async-timeout==5.0.1 ; python_version < "3.11"
# via -r requirements/runtime-deps.in
backports-zstd==0.5.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
brotli==1.1.0 ; platform_python_implementation == "CPython"
Expand Down Expand Up @@ -146,5 +148,3 @@ yarl==1.21.0
# via -r requirements/runtime-deps.in
zlib-ng==1.0.0
# via -r requirements/test-common.in
backports.zstd==0.5.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
# via -r requirements/runtime-deps.in
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ annotated-types==0.7.0
# via pydantic
async-timeout==5.0.1 ; python_version < "3.11"
# via -r requirements/runtime-deps.in
backports-zstd==0.5.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
brotli==1.1.0 ; platform_python_implementation == "CPython"
Expand Down Expand Up @@ -51,7 +53,7 @@ idna==3.6
# yarl
iniconfig==2.1.0
# via pytest
isal==1.7.2 ; python_version < "3.14"
isal==1.8.0 ; python_version < "3.14"
# via -r requirements/test-common.in
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -148,5 +150,3 @@ yarl==1.21.0
# via -r requirements/runtime-deps.in
zlib-ng==1.0.0
# via -r requirements/test-common.in
backports.zstd==0.5.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
# via -r requirements/runtime-deps.in
Loading