From 6f38bdc3af2e67cf3d03111bcbaf1aab0de4089f Mon Sep 17 00:00:00 2001 From: Braelyn Boynton Date: Sat, 9 Nov 2024 10:40:37 -0800 Subject: [PATCH] allow termcolor >=2.3 (#494) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6413b28d..29ddd098 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "requests>=2.0.0,<3.0.0", "psutil>=5.9.8", "packaging==23.2", - "termcolor~=2.4.0", # 2.x.x tolerant + "termcolor>=2.3.0", # 2.x.x tolerant "PyYAML>=5.3,<7.0" ] [project.optional-dependencies]