diff --git a/.gitea/workflows/aitbc.code-workspace b/.gitea/workflows/aitbc.code-workspace new file mode 100644 index 00000000..407c7605 --- /dev/null +++ b/.gitea/workflows/aitbc.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "../.." + } + ], + "settings": {} +} \ No newline at end of file diff --git a/apps/blockchain-node/pyproject.toml b/apps/blockchain-node/pyproject.toml index 75a5790c..455cbf34 100644 --- a/apps/blockchain-node/pyproject.toml +++ b/apps/blockchain-node/pyproject.toml @@ -23,7 +23,7 @@ python-dotenv = "^1.0.1" httpx = "^0.27.0" uvloop = ">=0.22.0" rich = "^13.7.1" -cryptography = "^46.0.5" +cryptography = "^46.0.6" asyncpg = ">=0.29.0" requests = "^2.33.0" # Pin starlette to a version with Broadcast (removed in 0.38) diff --git a/pyproject.toml b/pyproject.toml index e35139b0..7224f18b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -118,7 +118,7 @@ dependencies = [ "pyyaml==6.0.3", "rich==14.3.3", "keyring==25.7.0", - "cryptography==46.0.5", + "cryptography==46.0.6", "click-completion==0.5.2", "tabulate==0.10.0", "colorama==0.4.6",