From 5a7c900d9513f01ce098dc09b144cff273d0685a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 12:29:27 +0000 Subject: [PATCH] chore(deps): Update termcolor requirement from ~=2.0 to >=2,<4 Updates the requirements on [termcolor](https://github.com/termcolor/termcolor) to permit the latest version. - [Release notes](https://github.com/termcolor/termcolor/releases) - [Changelog](https://github.com/termcolor/termcolor/blob/main/CHANGES.md) - [Commits](https://github.com/termcolor/termcolor/compare/2.0.0...3.0.1) --- updated-dependencies: - dependency-name: termcolor dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ffe50962..2b1c67700 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "jsonschema~=4.0", "litellm>=1.66.0", "openai>=1.66.1", - "termcolor~=2.0", + "termcolor>=2,<4", "ipython>=8,<10", "json-repair~=0.35", "granite-io>=0.2,<0.4",