fix(deps): bump cryptography to 47.0.0 and pygments to 2.20.0#1729
Merged
Conversation
Resolves Dependabot alerts: - cryptography: CVE subgroup attack (<=46.0.4), DNS constraint bypass (<46.0.6), buffer overflow (>=45.0.0,<46.0.7) — all fixed in 47.0.0 - pygments: ReDoS via GUID regex (<2.20.0) — fixed in 2.20.0 - cffi bumped to 2.0.0 (required by cryptography 47.x resolver) All are transitive dependencies; no direct dependency changes needed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1729 +/- ##
=======================================
Coverage 69.23% 69.23%
=======================================
Files 38 38
Lines 8296 8296
Branches 725 725
=======================================
Hits 5744 5744
Misses 2403 2403
Partials 149 149 ☔ View full report in Codecov by Sentry. |
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
Resolves 4 open Dependabot security alerts by updating transitive dependencies in `uv.lock`:
All are transitive dependencies — no changes to `pyproject.toml` required.
Why cffi? cryptography 46+ dropped cffi as a runtime dep (switched to pure Rust), but the uv resolver was stuck in a cycle: it selected cryptography 45.x to satisfy a cffi constraint that only existed because it had selected 45.x. Upgrading cffi to 2.0.0 alongside cryptography broke the cycle.
Test plan
🤖 Generated with Claude Code