chore(deps): security bump cryptography, aiohttp, pyasn1, setuptools - #17
Merged
Conversation
β¦.6.3β0.6.4, setuptools 82.0.1β83.0.0 Resolves 22 open Dependabot alerts on uv.lock. Also re-syncs the lock with pyproject.toml (injective-py constraint <1.12.0 added in f589ad9 was never re-locked; adds pyright/nodeenv from the dev extra).
Owner
Author
|
CI status: blocked by a pre-existing, unrelated failure β not merging.
The 3.13 failure is not caused by this PRThis PR changes Root cause: The chain is Unblock options (human decision β not applied here)
The cryptography 48β50 bump itself is verified
No API breakage from |
3.13 is not a declared target (requires-python >=3.11; classifiers list 3.11 and 3.12 only) and is currently uninstallable: coincurve 20.x ships no cp313 wheels and bip32 caps coincurve <21, so no injective-py version resolves on 3.13. The leg has been failing at dependency install, before any test runs, and was blocking security updates from merging.
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.
Resolves 22 of 23 open Dependabot alerts on
uv.lock.Dependabot's own PRs for these (#12, #13, #15, #16) were closed during a bulk PR cleanup and their branches deleted, so this re-applies the fixes in one lockfile change.
Side effects (intentional)
The lock was stale relative to
pyproject.toml: commit f589ad9 tightenedinjective-pyto>=1.7.0,<1.12.0but never re-locked, souv.lockstill pinned 1.14.1 β a version the declared constraint forbids and that CI (pip install -e '.[dev]') never installed. Re-locking corrects it to 1.11.2 and addspyright/nodeenvfrom the dev extra.Verification
cryptography48β50 is a major bump, so it was run locally before opening this PR:ruff check .β all checks passedpytest --covβ 109 passed, 100.00% coverage (thefail_under = 100gate holds)Not fixed
Alert #1 (
ecdsa, high) has no patched version β upstream will not fix the Minerva-class timing side channel. It is transitive viainjective-pyandhdwallets, with no safe bump available.