From a46ae5cbcdde2bf056718b8b67d0eb7d55f0de7b Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 16:21:21 +0000 Subject: [PATCH] fix: resolve CI test failures and update test configuration --- requirements.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8f2ac2c..406d008 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,8 @@ -rich>=13.0.0 -gitpython>=3.1.0 -pandas>=2.0.0 -click>=8.0.0 -pytest>=7.0.0 -pytest-cov>=4.0.0 +click>=8.1.7 +rich>=13.7.0 +requests>=2.31.0 +toml>=0.10.2 +semver>=3.0.2 +pyyaml>=6.0.1 +pytest>=7.4.0 +pytest-cov>=4.1.0