Skip to content

Commit 6f38bdc

Browse files
authored
allow termcolor >=2.3 (#494)
1 parent b6f5a43 commit 6f38bdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"requests>=2.0.0,<3.0.0",
2424
"psutil>=5.9.8",
2525
"packaging==23.2",
26-
"termcolor~=2.4.0", # 2.x.x tolerant
26+
"termcolor>=2.3.0", # 2.x.x tolerant
2727
"PyYAML>=5.3,<7.0"
2828
]
2929
[project.optional-dependencies]

0 commit comments

Comments
 (0)