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] ElementsProject#6585

Co-Developed-by: @dni
Chanegelog-None
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Aug 29, 2023
1 parent e3b1549 commit eced836
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 90 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 eced836

Please sign in to comment.