Skip to content

Bump aiohttp from 3.13.5 to 3.14.0 and add aiohttp 3.14 test compatibility workaround#1449

Merged
frenck merged 2 commits into
mainfrom
dependabot/pip/aiohttp-3.14.0
Jun 4, 2026
Merged

Bump aiohttp from 3.13.5 to 3.14.0 and add aiohttp 3.14 test compatibility workaround#1449
frenck merged 2 commits into
mainfrom
dependabot/pip/aiohttp-3.14.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Includes a follow-up test compatibility workaround for aiohttp 3.14 by patching aioresponses test behavior in tests/conftest.py to provide the required stream_writer argument path introduced upstream.


---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.14.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Upgrade or downgrade of project dependencies. minor This PR causes a minor version bump in the version number. python labels Jun 3, 2026
@frenck
Copy link
Copy Markdown
Owner

frenck commented Jun 4, 2026

@copilot Work around the aiohttp issue like I've done here: https://github.com/frenck/python-fumis/pull/596/changes

Copy link
Copy Markdown
Contributor

Copilot AI commented Jun 4, 2026

@copilot Work around the aiohttp issue like I've done here: https://github.com/frenck/python-fumis/pull/596/changes

Implemented in 49fe04c.

I applied the same workaround pattern by patching aioresponses.core.ClientResponse in tests/conftest.py to provide a minimal stream_writer when running with aiohttp 3.14+, and validated with poetry run prek run --all-files.

Copilot AI changed the title Bump aiohttp from 3.13.5 to 3.14.0 Bump aiohttp from 3.13.5 to 3.14.0 and add aiohttp 3.14 test compatibility workaround Jun 4, 2026
Copilot finished work on behalf of frenck June 4, 2026 17:08
Copilot AI requested a review from frenck June 4, 2026 17:08
@frenck frenck merged commit 7834bb6 into main Jun 4, 2026
28 checks passed
@frenck frenck deleted the dependabot/pip/aiohttp-3.14.0 branch June 4, 2026 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Upgrade or downgrade of project dependencies. minor This PR causes a minor version bump in the version number. python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants