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 .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ jobs:
run: |
make cythonize
- name: Build wheels
uses: pypa/cibuildwheel@v3.1.2
uses: pypa/cibuildwheel@v3.1.3
env:
CIBW_SKIP: pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
Expand Down
8 changes: 4 additions & 4 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ blockbuster==1.5.25
# -r requirements/test.in
brotli==1.1.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
build==1.2.2.post1
build==1.3.0
# via pip-tools
certifi==2025.7.14
certifi==2025.8.3
# via requests
cffi==1.17.1
# via
Expand All @@ -52,7 +52,7 @@ click==8.1.8
# slotscheck
# towncrier
# wait-for-it
coverage==7.10.1
coverage==7.10.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -288,7 +288,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
# -r requirements/lint.in
valkey==6.1.0
# via -r requirements/lint.in
virtualenv==20.32.0
virtualenv==20.33.0
# via pre-commit
wait-for-it==2.3.0
# via -r requirements/test.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ blockbuster==1.5.25
# -r requirements/test.in
brotli==1.1.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
build==1.2.2.post1
build==1.3.0
# via pip-tools
certifi==2025.7.14
certifi==2025.8.3
# via requests
cffi==1.17.1
# via
Expand All @@ -52,7 +52,7 @@ click==8.1.8
# slotscheck
# towncrier
# wait-for-it
coverage==7.10.1
coverage==7.10.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -279,7 +279,7 @@ uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpytho
# -r requirements/lint.in
valkey==6.1.0
# via -r requirements/lint.in
virtualenv==20.32.0
virtualenv==20.33.0
# via pre-commit
wait-for-it==2.3.0
# via -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
babel==2.17.0
# via sphinx
certifi==2025.7.14
certifi==2025.8.3
# via requests
charset-normalizer==3.4.2
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
babel==2.17.0
# via sphinx
certifi==2025.7.14
certifi==2025.8.3
# via requests
charset-normalizer==3.4.2
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
# via -r requirements/lint.in
valkey==6.1.0
# via -r requirements/lint.in
virtualenv==20.32.0
virtualenv==20.33.0
# via pre-commit
zlib-ng==0.5.1
# via -r requirements/lint.in
Expand Down
2 changes: 1 addition & 1 deletion 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.10.1
coverage==7.10.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down
Loading