Skip to content

Bump aiohttp from 3.13.5 to 3.14.0 - #452

Merged
hugovk merged 3 commits into
mainfrom
dependabot/pip/aiohttp-3.14.0
Aug 4, 2026
Merged

Bump aiohttp from 3.13.5 to 3.14.0#452
hugovk merged 3 commits into
mainfrom
dependabot/pip/aiohttp-3.14.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.14.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 4, 2026
@hugovk

hugovk commented Jun 4, 2026

Copy link
Copy Markdown
Member

Looks like aiohttp-session doesn't yet support aiohttp 3.14.

First step: aio-libs/aiohttp-session#1206.

@hugovk

hugovk commented Jun 5, 2026

Copy link
Copy Markdown
Member

Second step: the same error shows in upstream own Dependabot bump: aio-libs/aiohttp-session#1204.

@hugovk

hugovk commented Jun 5, 2026

Copy link
Copy Markdown
Member

The error is caused by a warning from how aiohttp-session uses aiohttp:

aiohttp.web_exceptions.NotAppKeyWarning: It is recommended to use web.RequestKey instances for keys.

We turn warnings into errors with:

filterwarnings = error

In the meantime, we can ignore this specific warning, and it's only a recommendation. I've pushed a commit.

@dependabot @github

dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor Author

A newer version of aiohttp exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Comment thread requirements.txt Outdated
@hugovk

hugovk commented Aug 4, 2026

Copy link
Copy Markdown
Member

Merging this so we can do the next round of updates: #454.

@hugovk
hugovk merged commit de73e84 into main Aug 4, 2026
17 checks passed
@hugovk
hugovk deleted the dependabot/pip/aiohttp-3.14.0 branch August 4, 2026 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants