chore: update dependencies to patch Dependabot alerts#25
Merged
Conversation
- Regenerate uv.lock and poetry.lock with latest compatible versions - Fixes high/medium severity alerts for aiohttp, cryptography, protobuf, starlette, tornado, urllib3, python-multipart, black, and others - Remaining open alerts for pyjwt and pillow are blocked by lnbits pinning (lnbits requires pyjwt~=2.12.0 and pillow~=12.1.0) Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
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
Regenerates
uv.lockandpoetry.lockto pull in the latest compatible versions of transitive dependencies and patch open Dependabot security alerts.Dependencies updated
aiohttp3.12.15 → 3.14.1cryptography46.0.5 → 49.0.0protobuf6.33.2 → 6.33.6starlette0.47.1 → 0.47.3tornado6.5.5 → 6.5.7urllib32.5.0 → 2.7.0python-multipart0.0.21 → 0.0.32black25.1.0 → 26.5.1What is NOT fixed here
The following alerts cannot be resolved inside this extension because they are pinned by the
lnbitscore package:pyjwt— lnbits requirespyjwt~=2.12.0, blocking the patched2.13.0pillow— lnbits requirespillow~=12.1.0, blocking the patched12.2.0ecdsa— no patched version available yetThese need to be addressed in the
lnbits/lnbitsrepository.Verification
pytestpasses (7 tests)ruff check .passesblack --check .passesmypy .passesGenerated with Devin