pyln-proto: update cryptography to v42

Changelog-None
This commit is contained in:
Pavol Rusnak
2024-07-17 12:57:27 +02:00
committed by Christian Decker
parent 46c3920585
commit 5c494488e7
3 changed files with 41 additions and 32 deletions

View File

@@ -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