build(deps): bump aiohttp to 3.14.1 and cryptography to 48.0.1 - #3394
Conversation
Clears pip-audit findings on master: aiohttp 3.13.4 (11 CVEs, fixed in 3.14.x) and cryptography 46.0.7 (GHSA-537c-gmf6-5ccf, fixed in 48.0.1). Target versions match the upstream Dependabot proposals (dependabot/pip/aiohttp-3.14.1, dependabot/pip/cryptography-48.0.1). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@deacon-mp @clenk it appears that the broken CI jobs are what are causing all the merges to be blocked. Your CI actions are out of date and many are not approved by the ASF. I have already pushed a commit to this PR branch but there might need to be multiple iterations. When this PR is merged, it should allow other PRs pass their security checks. |
pjfanning
left a comment
There was a problem hiding this comment.
lgtm - needed to unblock other build issues
|
@deacon-mp @clenk could you review this PR? I expect it to pass CI. Its progress seems good so far. Yet, I still get a status saying that Merging is blocked. You're not authorized to push to this branch |
Summary
Bumps
aiohttpto 3.14.1 andcryptographyto 48.0.1 in a single change. Dependabot opened these as two separate PRs (#3391, #3392), but neither clears the Safety gate on its own — each leaves the other package vulnerable, sopip-auditstill reports findings and the build stays red. Bumping both together clears all of them. This supersedes #3391 and #3392.Changes
requirements.txt:aiohttp3.13.4 → 3.14.1 (clears 11 CVEs — CVE-2026-34993 / -47265 / -50269 / -54273–54280) andcryptography46.0.7 → 48.0.1 (clears GHSA-537c-gmf6-5ccf).Test plan
pip-audit -r requirements.txt— no known vulnerabilities.server.py --insecure --buildboot — health reports 15 plugins, UI built, no traceback.Rollback: revert this commit; the change is two version pins with no migration or state change.