Skip to content

deps(deps): update aiohttp requirement from >=3.9 to >=3.13.5#31

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

deps(deps): update aiohttp requirement from >=3.9 to >=3.13.5#31
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/aiohttp-gte-3.13.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

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)

Open with Devin

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.13.5
  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 Python related changes labels Apr 13, 2026
Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

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

Devin Review found 1 potential issue.

View 1 additional finding in Devin Review.

Open in Devin Review

Comment thread pyproject.toml
]
dependencies = [
"aiohttp>=3.9",
"aiohttp>=3.13.5",
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.13.5 requires Python >=3.9, breaking declared Python 3.8 support

The project declares requires-python = ">=3.8" at pyproject.toml:12 and lists Python 3.8 in its classifiers (pyproject.toml:18), but aiohttp>=3.13.5 requires Python >=3.9 (confirmed via PyPI metadata). Users on Python 3.8 will encounter an unresolvable dependency conflict when trying to install this package. The tooling config also targets Python 3.8 (tool.black target-version at line 77, tool.mypy python_version at line 102).

Either the minimum aiohttp version should be relaxed (e.g., kept at >=3.9 which still has 3.8-compatible releases like 3.9.x), or the project's requires-python and classifiers should be updated to >=3.9.

Prompt for agents
The aiohttp>=3.13.5 dependency requires Python >=3.9, but the project declares requires-python >= 3.8 at pyproject.toml:12 and lists Python 3.8 in classifiers at pyproject.toml:18. The tool configurations also reference Python 3.8 (tool.black target-version at line 77, tool.mypy python_version at line 102).

Two possible approaches:
1. Keep Python 3.8 support: change the aiohttp minimum back to something compatible with 3.8 (e.g. >=3.9 which includes 3.8-compatible releases like aiohttp 3.9.x through 3.10.x).
2. Drop Python 3.8 support: update requires-python to >=3.9, remove the Python 3.8 classifier, and update tool.black target-version and tool.mypy python_version to 3.9.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

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 Python related changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant