chore(deps): bump cryptography from 46.0.5 to 46.0.6 in /apps/blockchain-node in the pip group across 1 directory

This commit is contained in:
aitbc1
2026-03-29 09:51:09 +02:00
parent 67f26070f0
commit 848162ae21
3 changed files with 10 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
{
"folders": [
{
"path": "../.."
}
],
"settings": {}
}

View File

@@ -23,7 +23,7 @@ python-dotenv = "^1.0.1"
httpx = "^0.27.0" httpx = "^0.27.0"
uvloop = ">=0.22.0" uvloop = ">=0.22.0"
rich = "^13.7.1" rich = "^13.7.1"
cryptography = "^46.0.5" cryptography = "^46.0.6"
asyncpg = ">=0.29.0" asyncpg = ">=0.29.0"
requests = "^2.33.0" requests = "^2.33.0"
# Pin starlette to a version with Broadcast (removed in 0.38) # Pin starlette to a version with Broadcast (removed in 0.38)

View File

@@ -118,7 +118,7 @@ dependencies = [
"pyyaml==6.0.3", "pyyaml==6.0.3",
"rich==14.3.3", "rich==14.3.3",
"keyring==25.7.0", "keyring==25.7.0",
"cryptography==46.0.5", "cryptography==46.0.6",
"click-completion==0.5.2", "click-completion==0.5.2",
"tabulate==0.10.0", "tabulate==0.10.0",
"colorama==0.4.6", "colorama==0.4.6",