Skip to content

Commit

Permalink
pyln-proto: update cryptography to v42
Browse files Browse the repository at this point in the history
Changelog-None
  • Loading branch information
prusnak committed Jul 17, 2024
1 parent 6bf41f4 commit c5b4171
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 32 deletions.
2 changes: 1 addition & 1 deletion contrib/pyln-proto/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python = "^3.8"
base58 = "^2.1.1"
bitstring = "^4.1.0"
coincurve = "^20"
cryptography = "^41"
cryptography = "^42"
PySocks = "^1"

[tool.poetry.dev-dependencies]
Expand Down
69 changes: 39 additions & 30 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ grpcio-tools = "^1"
grpcio = "^1"
# We want a specific version of protobuf to match CI's .github/scripts/setup.sh
protobuf = "4.21.12"
cryptography = "^41.0.2"
cryptography = "^42"

[tool.poetry.group.dev.dependencies]
# Test dependencies and inherited dependencies belong here
Expand Down

0 comments on commit c5b4171

Please sign in to comment.