Skip to content

Commit

Permalink
proto: update the bitstring dep
Browse files Browse the repository at this point in the history
This is an alternative version to [1] that
update only the necessary information around our codebase
to upgrade the bitstring package.

This upgrade is necessary for the user of our package that
will find conflics in their codebase about packages version.

[1] #6585

Co-Developed-by: @dni
Chanegelog-None
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo authored and rustyrussell committed Oct 24, 2023
1 parent d89d4d5 commit dd7393e
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 172 deletions.
2 changes: 1 addition & 1 deletion contrib/pyln-proto/pyln/proto/zbase32.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import bitstring # type: ignore
import bitstring
from typing import Union


Expand Down
2 changes: 1 addition & 1 deletion contrib/pyln-proto/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.8"
base58 = "^2.1.1"
bitstring = "^3"
bitstring = "^4.1.0"
coincurve = "^18"
cryptography = "^41"
PySocks = "^1"
Expand Down
Loading

0 comments on commit dd7393e

Please sign in to comment.