Merge dependency updates from GitHub

- Updated black from 24.3.0 to 26.3.1
- Kept ruff at 0.15.7 (our updated version)
- All other dependency updates already applied
This commit is contained in:
2026-03-26 08:31:46 +01:00
497 changed files with 11695 additions and 69836 deletions

View File

@@ -10,10 +10,15 @@ cache_dir = "dev/cache/.pytest_cache"
# Test paths to run - include all test directories across the project
testpaths = [
"tests",
"apps/agent-protocols/tests",
"apps/ai-engine/tests",
"apps/analytics-platform/tests",
"apps/blockchain-node/tests",
"apps/coordinator-api/tests",
"apps/explorer-web/tests",
"apps/pool-hub/tests",
"apps/predictive-intelligence/tests",
"apps/wallet/tests",
"apps/explorer-web/tests",
"apps/wallet-daemon/tests",
"apps/zk-circuits/test",
"cli/tests",
@@ -98,7 +103,7 @@ import_mode = "append"
[project]
name = "aitbc-cli"
version = "0.1.0"
version = "0.2.0"
description = "AITBC Command Line Interface Tools"
authors = [
{name = "AITBC Team", email = "team@aitbc.net"}
@@ -115,7 +120,7 @@ dependencies = [
"keyring==25.7.0",
"cryptography==46.0.5",
"click-completion==0.5.2",
"tabulate==0.9.0",
"tabulate==0.10.0",
"colorama==0.4.6",
"python-dotenv==1.0.0",
"asyncpg==0.31.0",
@@ -144,8 +149,8 @@ dev = [
"pytest-asyncio==0.21.1",
"pytest-cov==7.1.0",
"pytest-mock==3.15.1",
"black==24.3.0",
"isort==8.0.1",
"black==26.3.1",
"isort==8.0.1",
"ruff==0.15.7",
"mypy>=1.19.1,<2.0.0",
"bandit==1.7.5",