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 @@ -723,7 +723,7 @@ jobs:
run: |
make cythonize
- name: Build wheels
uses: pypa/cibuildwheel@v4.1.0
uses: pypa/cibuildwheel@v4.1.1
with:
# `build-frontend = "build[uv]"` (pyproject.toml) requires uv to be
# available on the runner for Windows and macOS. Installing
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ jobs:
uses: actions/checkout@v7

- name: Initialize CodeQL
uses: github/codeql-action/init@v4.37.2
uses: github/codeql-action/init@v4.37.3
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql.yml
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@v4.37.2
uses: github/codeql-action/autobuild@v4.37.3
if: ${{ matrix.language == 'python' || matrix.language == 'javascript' }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.37.2
uses: github/codeql-action/analyze@v4.37.3
with:
category: "/language:${{ matrix.language }}"
16 changes: 8 additions & 8 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ aiosignal==1.4.0
# aiohttp
alabaster==1.0.0
# via sphinx
annotated-types==0.7.0
annotated-types==0.8.0
# via pydantic
ast-serialize==0.6.0
# via mypy
Expand All @@ -51,7 +51,7 @@ brotli==1.2.0 ; platform_python_implementation == "CPython" and sys_platform !=
# via -r requirements/runtime-deps.in
build==1.5.1
# via pip-tools
certifi==2026.6.17
certifi==2026.7.22
# via requests
cffi==2.1.0
# via
Expand All @@ -71,7 +71,7 @@ coverage==7.15.2
# pytest-cov
cryptography==49.0.0
# via trustme
cython==3.2.8
cython==3.2.9
# via -r requirements/cython.in
distlib==0.4.3
# via virtualenv
Expand Down Expand Up @@ -167,15 +167,15 @@ pip-tools==7.6.0
# via -r requirements/dev.in
pkgconfig==1.6.0
# via -r requirements/test-common-base.in
platformdirs==4.10.1
platformdirs==4.11.0
# via
# python-discovery
# virtualenv
pluggy==1.6.0
# via
# pytest
# pytest-cov
pre-commit==4.6.0
pre-commit==4.6.1
# via -r requirements/lint.in
propcache==0.5.2
# via
Expand Down Expand Up @@ -238,7 +238,7 @@ pytest-xdist==3.8.0
# via -r requirements/test-common.in
python-dateutil==2.9.0.post0
# via freezegun
python-discovery==1.4.4
python-discovery==1.5.0
# via virtualenv
python-on-whales==0.81.0
# via
Expand Down Expand Up @@ -333,7 +333,7 @@ uvloop==0.22.1 ; platform_system != "Windows"
# -r requirements/lint.in
valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.6.1
virtualenv==21.7.0
# via pre-commit
wheel==0.47.0
# via pip-tools
Expand All @@ -347,5 +347,5 @@ zlib-ng==1.0.0
# -r requirements/test-common.in

# The following packages are considered to be unsafe in a requirements file:
aiohttp==3.14.2
aiohttp==3.14.3
# via pytest-aiohttp
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.2.8
cython==3.2.9
# via -r requirements/cython.in
multidict==6.7.1
# via -r requirements/multidict.in
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ aiosignal==1.4.0
# aiohttp
alabaster==1.0.0
# via sphinx
annotated-types==0.7.0
annotated-types==0.8.0
# via pydantic
ast-serialize==0.6.0
# via mypy
Expand All @@ -51,7 +51,7 @@ brotli==1.2.0 ; platform_python_implementation == "CPython" and sys_platform !=
# via -r requirements/runtime-deps.in
build==1.5.1
# via pip-tools
certifi==2026.6.17
certifi==2026.7.22
# via requests
cffi==2.1.0
# via
Expand Down Expand Up @@ -164,15 +164,15 @@ pip-tools==7.6.0
# via -r requirements/dev.in
pkgconfig==1.6.0
# via -r requirements/test-common-base.in
platformdirs==4.10.1
platformdirs==4.11.0
# via
# python-discovery
# virtualenv
pluggy==1.6.0
# via
# pytest
# pytest-cov
pre-commit==4.6.0
pre-commit==4.6.1
# via -r requirements/lint.in
propcache==0.5.2
# via
Expand Down Expand Up @@ -233,7 +233,7 @@ pytest-xdist==3.8.0
# via -r requirements/test-common.in
python-dateutil==2.9.0.post0
# via freezegun
python-discovery==1.4.4
python-discovery==1.5.0
# via virtualenv
python-on-whales==0.81.0
# via
Expand Down Expand Up @@ -323,7 +323,7 @@ uvloop==0.22.1 ; platform_system != "Windows" and implementation_name == "cpytho
# -r requirements/lint.in
valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.6.1
virtualenv==21.7.0
# via pre-commit
wheel==0.47.0
# via pip-tools
Expand All @@ -337,5 +337,5 @@ zlib-ng==1.0.0
# -r requirements/test-common.in

# The following packages are considered to be unsafe in a requirements file:
aiohttp==3.14.2
aiohttp==3.14.3
# via pytest-aiohttp
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.18.0
# via sphinx
certifi==2026.6.17
certifi==2026.7.22
# via requests
charset-normalizer==3.4.9
# 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.18.0
# via sphinx
certifi==2026.6.17
certifi==2026.7.22
# via requests
charset-normalizer==3.4.9
# via requests
Expand Down
10 changes: 5 additions & 5 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aiohappyeyeballs==2.7.1
# via aiohttp
aiosignal==1.4.0
# via aiohttp
annotated-types==0.7.0
annotated-types==0.8.0
# via pydantic
ast-serialize==0.6.0
# via mypy
Expand Down Expand Up @@ -84,13 +84,13 @@ packaging==26.2
# via pytest
pathspec==1.1.1
# via mypy
platformdirs==4.10.1
platformdirs==4.11.0
# via
# python-discovery
# virtualenv
pluggy==1.6.0
# via pytest
pre-commit==4.6.0
pre-commit==4.6.1
# via -r requirements/lint.in
propcache==0.5.2
# via
Expand Down Expand Up @@ -127,7 +127,7 @@ pytest-mock==3.15.1
# via -r requirements/lint.in
python-dateutil==2.9.0.post0
# via freezegun
python-discovery==1.4.4
python-discovery==1.5.0
# via virtualenv
python-on-whales==0.81.0
# via -r requirements/lint.in
Expand Down Expand Up @@ -166,7 +166,7 @@ uvloop==0.22.1 ; platform_system != "Windows"
# via -r requirements/lint.in
valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.6.1
virtualenv==21.7.0
# via pre-commit
yarl==1.24.5
# via aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aiohappyeyeballs==2.7.1
# via aiohttp
aiosignal==1.4.0
# via aiohttp
annotated-types==0.7.0
annotated-types==0.8.0
# via pydantic
ast-serialize==0.6.0
# via mypy
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ aiosignal==1.4.0
# via
# -r requirements/runtime-deps.in
# aiohttp
annotated-types==0.7.0
annotated-types==0.8.0
# via pydantic
ast-serialize==0.6.0
# via mypy
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ aiosignal==1.4.0
# via
# -r requirements/runtime-deps.in
# aiohttp
annotated-types==0.7.0
annotated-types==0.8.0
# via pydantic
ast-serialize==0.6.0
# via mypy
Expand Down
Loading