From bd4cc060e76df68b79eb487651c43d1b74ce481c Mon Sep 17 00:00:00 2001 From: AITBC System Date: Sun, 8 Mar 2026 11:58:55 +0100 Subject: [PATCH] fix(dependencies): update main dependencies to latest versions --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e74ab51c..88c0c85b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,12 +107,12 @@ readme = "cli/README.md" license = "MIT" requires-python = ">=3.13" dependencies = [ - "click==8.1.7", + "click==8.3.1", "httpx==0.28.1", - "pydantic==2.5.3", + "pydantic==2.12.5", "pyyaml==6.0.3", "rich==13.7.0", - "keyring==24.3.0", + "keyring==25.7.0", "cryptography==46.0.5", "click-completion==0.5.2", "tabulate==0.9.0",