Summary
Dependabot has flagged several MEDIUM-severity vulnerabilities in runtime Python dependencies (resolved in uv.lock). These should be bundled into the same remediation pass as the HIGH-priority bumps.
Source: GitHub → Security → Dependabot alerts.
Affected packages
Implementation Considerations
- Resolved in
uv.lock; bump together:
uv lock --upgrade-package aiohttp --upgrade-package cryptography --upgrade-package starlette --upgrade-package idna
uv sync
aiohttp 3.14 is a notable jump — watch for API/behavior changes in client/server usage.
- Run the full test suite before committing.
List tasks
Summary
Dependabot has flagged several MEDIUM-severity vulnerabilities in runtime Python dependencies (resolved in
uv.lock). These should be bundled into the same remediation pass as the HIGH-priority bumps.Source: GitHub → Security → Dependabot alerts.
Affected packages
aiohttpcryptographystarletterequest.url.pathidnaidna.encode()bypass of CVE-2024-3651 fixImplementation Considerations
uv.lock; bump together:aiohttp3.14 is a notable jump — watch for API/behavior changes in client/server usage.List tasks
aiohttpto ≥3.14.0cryptographyto ≥46.0.7starletteto ≥1.0.1idnato ≥3.15uv.lock