Skip to content

chore(deps): bump the uv group across 1 directory with 2 updates#592

Open
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/uv/uv-a925e02a3f
Open

chore(deps): bump the uv group across 1 directory with 2 updates#592
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/uv/uv-a925e02a3f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 3, 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.14.0
  dependency-type: direct:production
  dependency-group: uv
- dependency-name: idna
  dependency-version: '3.15'
  dependency-type: indirect
  dependency-group: uv
...

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

overcut-ai Bot commented Jun 3, 2026

Completed Working on "Code Review"

✅ Review publishing complete. Posted all chunk comments and submitted final review: COMMENT with 1 total comment across 1 file.

✅ Workflow completed successfully.


👉 View complete log

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

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

uv.lock

PackageVersionLicenseIssue Type
aiohttp3.14.0NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
pip/aiohttp 3.14.0 UnknownUnknown
pip/idna 3.15 UnknownUnknown

Scanned Files

  • uv.lock

Copy link
Copy Markdown

@overcut-ai overcut-ai Bot left a comment

Choose a reason for hiding this comment

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

Review Summary

Findings by severity

  • BLOCKER: 0
  • CRITICAL: 0
  • MAJOR: 0
  • MINOR: 1
  • SUGGESTION: 0
  • PRAISE: 0

Key themes

  1. Dependency graph drift from version bumps (new conditional runtime dependency introduced via aiohttp update).
  2. Need to validate compatibility behavior across supported Python versions, especially <3.13 where typing-extensions is now required.

Recommended next steps

  • Confirm CI/test matrix includes supported Python versions below 3.13.
  • Run a clean lock/install validation to ensure deterministic resolution and successful runtime startup in those environments.

Comment thread uv.lock
{ name = "frozenlist" },
{ name = "multidict" },
{ name = "propcache" },
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[minor]: aiohttp 3.14.0 now introduces a conditional dependency on typing-extensions for Python <3.13. This is expected, but it changes the runtime dependency graph and should be validated in lower Python versions used in production/CI.

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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants