Skip to content

Commit

Permalink
allow termcolor >=2.3 (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 authored Nov 9, 2024
1 parent b6f5a43 commit 6f38bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 6f38bdc

Please sign in to comment.