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
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
run: |
make generate-llhttp
- name: Upload llhttp generated files
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: llhttp
path: vendor/llhttp/build
Expand Down Expand Up @@ -545,7 +545,7 @@ jobs:
run: |
python -m build --sdist
- name: Upload artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: dist-sdist
path: dist
Expand Down Expand Up @@ -640,7 +640,7 @@ jobs:
CIBW_SKIP: pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
- name: Upload wheels
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: >-
dist-${{ matrix.os }}-${{ matrix.musl }}-${{
Expand Down Expand Up @@ -713,7 +713,7 @@ jobs:
# Confusingly, this action also supports updating releases, not
# just creating them. This is what we want here, since we've manually
# created the release above.
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v3
with:
# dist/ contains the built packages, which smoketest-artifacts/
# contains the signatures and certificates.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Backport label added
if: ${{ github.event.pull_request.user.type != 'Bot' }}
steps:
- uses: actions/github-script@v8
- uses: actions/github-script@v9
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repos:
- flake8-no-implicit-concat==0.3.4
- flake8-requirements==1.7.8
- repo: https://github.com/PyCQA/isort
rev: '8.0.1'
rev: '9.0.0a3'
hooks:
- id: isort
- repo: https://github.com/psf/black-pre-commit-mirror
Expand Down
2 changes: 1 addition & 1 deletion requirements/base-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ multidict==6.7.1
# via
# -r requirements/runtime-deps.in
# yarl
packaging==26.1
packaging==26.2
# via gunicorn
propcache==0.4.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ multidict==6.7.1
# via
# -r requirements/runtime-deps.in
# yarl
packaging==26.1
packaging==26.2
# via gunicorn
propcache==0.4.1
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ blockbuster==1.5.26
# -r requirements/test-common.in
brotli==1.2.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
build==1.4.4
build==1.5.0
# via pip-tools
certifi==2026.4.22
# via requests
Expand Down Expand Up @@ -125,7 +125,7 @@ mypy-extensions==1.1.0
# via mypy
nodeenv==1.10.0
# via pre-commit
packaging==26.1
packaging==26.2
# via
# build
# gunicorn
Expand Down Expand Up @@ -281,7 +281,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
# -r requirements/lint.in
valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.2.4
virtualenv==21.3.0
# via pre-commit
wait-for-it==2.3.0
# via -r requirements/test-common.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ blockbuster==1.5.26
# -r requirements/test-common.in
brotli==1.2.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
build==1.4.4
build==1.5.0
# via pip-tools
certifi==2026.4.22
# via requests
Expand Down Expand Up @@ -122,7 +122,7 @@ mypy-extensions==1.1.0
# via mypy
nodeenv==1.10.0
# via pre-commit
packaging==26.1
packaging==26.2
# via
# build
# gunicorn
Expand Down Expand Up @@ -271,7 +271,7 @@ uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpytho
# -r requirements/lint.in
valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.2.4
virtualenv==21.3.0
# via pre-commit
wait-for-it==2.3.0
# via -r requirements/test-common.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 @@ -28,7 +28,7 @@ jinja2==3.1.6
# towncrier
markupsafe==3.0.3
# via jinja2
packaging==26.1
packaging==26.2
# via sphinx
pyenchant==3.3.0
# via sphinxcontrib-spelling
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jinja2==3.1.6
# towncrier
markupsafe==3.0.3
# via jinja2
packaging==26.1
packaging==26.2
# via sphinx
pygments==2.20.0
# 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 @@ -57,7 +57,7 @@ mypy-extensions==1.1.0
# via mypy
nodeenv==1.10.0
# via pre-commit
packaging==26.1
packaging==26.2
# via pytest
pathspec==1.1.1
# via mypy
Expand Down Expand Up @@ -129,7 +129,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
# via -r requirements/lint.in
valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.2.4
virtualenv==21.3.0
# via pre-commit
zlib-ng==1.0.0
# via -r requirements/lint.in
2 changes: 1 addition & 1 deletion requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ mypy==1.20.2 ; implementation_name == "cpython"
# via -r requirements/test-common.in
mypy-extensions==1.1.0
# via mypy
packaging==26.1
packaging==26.2
# via pytest
pathspec==1.1.1
# 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 @@ -69,7 +69,7 @@ mypy==1.20.2 ; implementation_name == "cpython"
# via -r requirements/test-common.in
mypy-extensions==1.1.0
# via mypy
packaging==26.1
packaging==26.2
# via
# gunicorn
# pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ mypy==1.20.2 ; implementation_name == "cpython"
# via -r requirements/test-common.in
mypy-extensions==1.1.0
# via mypy
packaging==26.1
packaging==26.2
# via
# gunicorn
# pytest
Expand Down
2 changes: 1 addition & 1 deletion tests/test_client_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -3754,7 +3754,7 @@ async def handler(request: web.Request) -> NoReturn:

async def test_aiohttp_request_ctx_manager_not_found() -> None:
with pytest.raises(aiohttp.ClientConnectionError):
async with aiohttp.request("GET", "http://wrong-dns-name.com"):
async with aiohttp.request("GET", "http://wrong-dns-name.invalid"):
assert False


Expand Down
Loading