fix(deps): bump aiohttp and cryptography to resolve six GHSA advisories - #6802
Merged
Conversation
Raise override floors to aiohttp>=3.14.3 and cryptography>=50.0.0 so pip-audit no longer reports WebSocket smuggling, C parser OOB read, wildcard cert, path building, and PKCS#7 oracle issues in the locked dependency tree.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR updates pyproject.toml with security advisory comments for cryptography and aiohttp packages. It raises the UV override constraint for cryptography from >=46.0.7 to >=50.0.0, and for aiohttp from >=3.14.0 to >=3.14.3. ChangesDependency security updates
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
lucasgomide
approved these changes
Aug 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
aiohttpoverride from>=3.14.0to>=3.14.3to clear GHSA-mq44-7p77-q5h7, GHSA-mfx4-hv73-q22v, and GHSA-cq5v-8q36-5273cryptographyoverride from>=46.0.7to>=50.0.0to clear GHSA-m2h6-j472-rp4c, GHSA-g6cj-pr64-35w5, and GHSA-jwv3-5hgf-82wwuv.lock(aiohttp3.14.1→3.14.3,cryptography48.0.1→50.0.0)Validation
uv lockresolves cleanly (476 packages)uv sync --all-groups --all-extrassucceedspip-auditreports no known vulnerabilities (target GHSAs cleared)cryptographyusageTest plan
pip-audit) passes