From b00724a78377d65bbd1be0c57d5528e496208310 Mon Sep 17 00:00:00 2001 From: aitbc1 Date: Thu, 26 Mar 2026 08:30:28 +0100 Subject: [PATCH] deps: update Python dependencies - Update rich from 13.7.0 to 14.3.3 - Update pytest-cov from 7.0.0 to 7.1.0 - Update ruff from 0.15.5 to 0.15.7 - Update types-PyYAML from 6.0.12 to 6.0.12.20250915 Resolves Dependabot PRs #43, #44, #45, #46 --- cli/requirements.txt | 2 +- pyproject.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cli/requirements.txt b/cli/requirements.txt index b53febc8..af96fa08 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -2,7 +2,7 @@ click>=8.0.0 httpx>=0.24.0 pydantic>=1.10.0 pyyaml>=6.0 -rich>=13.0.0 +rich>=14.3.3 keyring>=23.0.0 cryptography>=3.4.8 click-completion>=0.5.2 diff --git a/pyproject.toml b/pyproject.toml index f9dfb226..27cc4329 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ dependencies = [ "httpx==0.28.1", "pydantic==2.12.5", "pyyaml==6.0.3", - "rich==13.7.0", + "rich==14.3.3", "keyring==25.7.0", "cryptography==46.0.5", "click-completion==0.5.2", @@ -142,16 +142,16 @@ classifiers = [ dev = [ "pytest==9.0.2", "pytest-asyncio==0.21.1", - "pytest-cov==7.0.0", + "pytest-cov==7.1.0", "pytest-mock==3.15.1", "black==24.3.0", "isort==8.0.1", - "ruff==0.15.5", + "ruff==0.15.7", "mypy>=1.19.1,<2.0.0", "bandit==1.7.5", "types-requests==2.31.0", "types-setuptools==69.0.0", - "types-PyYAML==6.0.12", + "types-PyYAML==6.0.12.20250915", "sqlalchemy[mypy]==2.0.25" ]