Skip to content

Bump aiohttp from 3.9.3 to 3.14.1#15

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/aiohttp-3.14.1
Open

Bump aiohttp from 3.9.3 to 3.14.1#15
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/aiohttp-3.14.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 18, 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 widely used for outbound HTTP; a multi-minor bump can affect runtime behavior or fix security issues, so integration tests around async HTTP paths are the main check.

Overview
Updates the pinned aiohttp version in requirements.txt from 3.9.3 to 3.14.1 (auto-generated lockfile; no application code changes).

This is a Dependabot dependency upgrade across minor/patch releases of the async HTTP client stack, which may pull in transitive updates compatible with existing pins such as aiohttp-retry and yarl.

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

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.14.1
  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 18, 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 14dfdd4. Configure here.

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pinned aiohttp needs Python 3.10

High Severity

Pinning aiohttp==3.14.1 conflicts with the rest of requirements.txt: that release requires Python ≥3.10 and aiosignal ≥1.4, while the lockfile still pins aiosignal==1.3.1 and the package declares support for Python 3.8–3.10. install-dev.sh installs this file before pip check, so dev/CI installs on the supported matrix can fail resolution or refuse the environment.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 14dfdd4. Configure here.

@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.

Risk: medium. Cursor Bugbot completed with a skipped check and reported an unresolved high-severity compatibility conflict: aiohttp==3.14.1 requires Python ≥3.10 and aiosignal ≥1.4 while the repo still targets Python 3.8–3.10 with aiosignal==1.3.1. Not approving; human review is needed before merge.

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Approver

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