Skip to content

chore(deps): update aiohttp requirement from <3.14,>=3.9 to >=3.9,<3.15#9

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/aiohttp-gte-3.9-and-lt-3.15
Open

chore(deps): update aiohttp requirement from <3.14,>=3.9 to >=3.9,<3.15#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/aiohttp-gte-3.9-and-lt-3.15

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

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)

---
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 the area: config Configuration system and file handling label Jul 6, 2026
@dependabot dependabot Bot requested a review from divisionseven as a code owner July 6, 2026 08:12
@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: chore. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the area: config Configuration system and file handling label Jul 6, 2026
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

pyproject.toml

PackageVersionLicenseIssue Type
aiohttp>= 3.9,< 3.15NullUnknown License
Allowed Licenses: MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, Python-2.0, PSF-2.0

OpenSSF Scorecard

PackageVersionScoreDetails
pip/aiohttp >= 3.9,< 3.15 UnknownUnknown

Scanned Files

  • pyproject.toml

@divisionseven divisionseven added the status: blocked Cannot proceed until another issue or external factor is resolved label Jul 6, 2026
@divisionseven

Copy link
Copy Markdown
Owner

CURRENT STATUS: BLOCKED

Version bump of aiohttp requirement from <3.14,>=3.9 to >=3.9,<3.15 requires logic redesign due to new required keyword-only argument: stream_writer.

101 failing tests due to this new argument.

CI Failure Log Snippet:

FAILED tests/unit/intel/test_pypi.py::TestGetAllVersions::test_skips_versions_with_no_files - TypeError: ClientResponse.__init__() missing 1 required keyword-only argument: 'stream_writer'

Pending implementation for future release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: config Configuration system and file handling status: blocked Cannot proceed until another issue or external factor is resolved

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant