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
10 changes: 5 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
run: echo "PYTHON_GIL=0" >> $GITHUB_ENV
- name: Restore llhttp generated files
if: ${{ matrix.no-extensions == '' }}
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: llhttp
path: vendor/llhttp/build/
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
run: |
python -m pip install -r requirements/test.in -c requirements/test.txt
- name: Restore llhttp generated files
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: llhttp
path: vendor/llhttp/build/
Expand Down Expand Up @@ -347,7 +347,7 @@ jobs:
python -m
pip install -r requirements/cython.in -c requirements/cython.txt
- name: Restore llhttp generated files
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: llhttp
path: vendor/llhttp/build/
Expand Down Expand Up @@ -440,7 +440,7 @@ jobs:
python -m
pip install -r requirements/cython.in -c requirements/cython.txt
- name: Restore llhttp generated files
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: llhttp
path: vendor/llhttp/build/
Expand Down Expand Up @@ -485,7 +485,7 @@ jobs:
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
- name: Download distributions
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
path: dist
pattern: dist-*
Expand Down
2 changes: 1 addition & 1 deletion requirements/base-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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"
# via -r requirements/runtime-deps.in
brotli==1.1.0 ; platform_python_implementation == "CPython"
brotli==1.2.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
cffi==2.0.0
# via pycares
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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"
# via -r requirements/runtime-deps.in
brotli==1.1.0 ; platform_python_implementation == "CPython"
brotli==1.2.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
cffi==2.0.0
# via pycares
Expand Down
10 changes: 5 additions & 5 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ blockbuster==1.5.25
# via
# -r requirements/lint.in
# -r requirements/test-common.in
brotli==1.1.0 ; platform_python_implementation == "CPython"
brotli==1.2.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
build==1.3.0
# via pip-tools
Expand All @@ -59,7 +59,7 @@ coverage==7.11.0
# pytest-cov
cryptography==46.0.3
# via trustme
cython==3.1.6
cython==3.2.2
# via -r requirements/cython.in
distlib==0.4.0
# via virtualenv
Expand Down Expand Up @@ -154,9 +154,9 @@ pycares==4.11.0
# via aiodns
pycparser==2.23
# via cffi
pydantic==2.12.3
pydantic==2.12.5
# via python-on-whales
pydantic-core==2.41.4
pydantic-core==2.41.5
# via pydantic
pyenchant==3.3.0
# via sphinxcontrib-spelling
Expand All @@ -169,7 +169,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==8.4.2
pytest==9.0.1
# via
# -r requirements/lint.in
# -r requirements/test-common.in
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.6
cython==3.2.2
# via -r requirements/cython.in
multidict==6.7.0
# via -r requirements/multidict.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ blockbuster==1.5.25
# via
# -r requirements/lint.in
# -r requirements/test-common.in
brotli==1.1.0 ; platform_python_implementation == "CPython"
brotli==1.2.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
build==1.3.0
# via pip-tools
Expand Down Expand Up @@ -151,9 +151,9 @@ pycares==4.11.0
# via aiodns
pycparser==2.23
# via cffi
pydantic==2.12.3
pydantic==2.12.5
# via python-on-whales
pydantic-core==2.41.4
pydantic-core==2.41.5
# via pydantic
pygments==2.19.2
# via
Expand All @@ -164,7 +164,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==8.4.2
pytest==9.0.1
# via
# -r requirements/lint.in
# -r requirements/test-common.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ pycares==4.11.0
# via aiodns
pycparser==2.23
# via cffi
pydantic==2.12.3
pydantic==2.12.5
# via python-on-whales
pydantic-core==2.41.4
pydantic-core==2.41.5
# via pydantic
pygments==2.19.2
# via
# pytest
# rich
pytest==8.4.2
pytest==9.0.1
# via
# -r requirements/lint.in
# pytest-codspeed
Expand Down
2 changes: 1 addition & 1 deletion requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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"
# via -r requirements/runtime-deps.in
brotli==1.1.0 ; platform_python_implementation == "CPython"
brotli==1.2.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
cffi==2.0.0
# via pycares
Expand Down
6 changes: 3 additions & 3 deletions requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ proxy-py==2.4.10
# via -r requirements/test-common.in
pycparser==2.23
# via cffi
pydantic==2.12.3
pydantic==2.12.5
# via python-on-whales
pydantic-core==2.41.4
pydantic-core==2.41.5
# via pydantic
pygments==2.19.2
# via
# pytest
# rich
pytest==8.4.2
pytest==9.0.1
# via
# -r requirements/test-common.in
# pytest-codspeed
Expand Down
8 changes: 4 additions & 4 deletions requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ backports-zstd==1.0.0 ; platform_python_implementation == "CPython" and python_v
# via -r requirements/runtime-deps.in
blockbuster==1.5.25
# via -r requirements/test-common.in
brotli==1.1.0 ; platform_python_implementation == "CPython"
brotli==1.2.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
cffi==2.0.0
# via
Expand Down Expand Up @@ -89,15 +89,15 @@ pycares==4.11.0
# via aiodns
pycparser==2.23
# via cffi
pydantic==2.12.3
pydantic==2.12.5
# via python-on-whales
pydantic-core==2.41.4
pydantic-core==2.41.5
# via pydantic
pygments==2.19.2
# via
# pytest
# rich
pytest==8.4.2
pytest==9.0.1
# via
# -r requirements/test-common.in
# pytest-codspeed
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ backports-zstd==1.0.0 ; platform_python_implementation == "CPython" and python_v
# via -r requirements/runtime-deps.in
blockbuster==1.5.25
# via -r requirements/test-common.in
brotli==1.1.0 ; platform_python_implementation == "CPython"
brotli==1.2.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
cffi==2.0.0
# via
Expand Down Expand Up @@ -89,15 +89,15 @@ pycares==4.11.0
# via aiodns
pycparser==2.23
# via cffi
pydantic==2.12.3
pydantic==2.12.5
# via python-on-whales
pydantic-core==2.41.4
pydantic-core==2.41.5
# via pydantic
pygments==2.19.2
# via
# pytest
# rich
pytest==8.4.2
pytest==9.0.1
# via
# -r requirements/test-common.in
# pytest-codspeed
Expand Down
Loading