Skip to content

Bump aiohttp from 3.9.3 to 3.14.0#12

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/aiohttp-3.14.0
Closed

Bump aiohttp from 3.9.3 to 3.14.0#12
dependabot[bot] wants to merge 1 commit 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

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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

Medium Risk
aiohttp is a widely used async HTTP client; a minor-series jump can affect runtime behavior of any code that performs async HTTP, though this PR only changes the pin.

Overview
Updates the pinned aiohttp version in requirements.txt from 3.9.3 to 3.14.0 (Dependabot). No application source changes—only the auto-generated lockfile pin moves forward within the same major line.

Reviewed by Cursor Bugbot for commit 1795430. Bugbot is set up for automated code reviews on this repo. Configure here.

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 4, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 1795430. Configure here.

Comment thread requirements.txt
ai2-olmo==0.3.0
aiodns==3.2.0
aiohttp==3.9.3
aiohttp==3.14.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aiohttp 3.14 breaks Python 3.8/9

High Severity

Pinning aiohttp==3.14.0 in requirements.txt conflicts with the package’s declared python_requires (3.8–3.10) and CI on 3.8/3.9: aiohttp 3.14 requires Python ≥3.10 while 3.9.3 supported ≥3.8, so pip install -r requirements.txt via install-dev.sh fails on those interpreters.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 1795430. Configure here.

@dependabot @github

dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Author

Superseded by #15.

@dependabot dependabot Bot closed this Jun 18, 2026
@dependabot dependabot Bot deleted the dependabot/pip/aiohttp-3.14.0 branch June 18, 2026 12:37
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.

0 participants