fix(dependencies): update main dependencies to latest versions

This commit is contained in:
AITBC System
2026-03-08 11:58:55 +01:00
parent 7642158778
commit bd4cc060e7

View File

@@ -107,12 +107,12 @@ readme = "cli/README.md"
license = "MIT" license = "MIT"
requires-python = ">=3.13" requires-python = ">=3.13"
dependencies = [ dependencies = [
"click==8.1.7", "click==8.3.1",
"httpx==0.28.1", "httpx==0.28.1",
"pydantic==2.5.3", "pydantic==2.12.5",
"pyyaml==6.0.3", "pyyaml==6.0.3",
"rich==13.7.0", "rich==13.7.0",
"keyring==24.3.0", "keyring==25.7.0",
"cryptography==46.0.5", "cryptography==46.0.5",
"click-completion==0.5.2", "click-completion==0.5.2",
"tabulate==0.9.0", "tabulate==0.9.0",