Skip to content

Commit 5c49448

Browse files
prusnakcdecker
authored andcommitted
pyln-proto: update cryptography to v42
Changelog-None
1 parent 46c3920 commit 5c49448

File tree

3 files changed

+41
-32
lines changed

3 files changed

+41
-32
lines changed

contrib/pyln-proto/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ python = "^3.8"
1515
base58 = "^2.1.1"
1616
bitstring = "^4.1.0"
1717
coincurve = "^20"
18-
cryptography = "^41"
18+
cryptography = "^42"
1919
PySocks = "^1"
2020

2121
[tool.poetry.dev-dependencies]

poetry.lock

Lines changed: 39 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ grpcio-tools = "^1"
1919
grpcio = "^1"
2020
# We want a specific version of protobuf to match CI's .github/scripts/setup.sh
2121
protobuf = "4.21.12"
22-
cryptography = "^41.0.2"
22+
cryptography = "^42"
2323

2424
[tool.poetry.group.dev.dependencies]
2525
# Test dependencies and inherited dependencies belong here

0 commit comments

Comments
 (0)