Fix CI, use new termcolor version (#10079)

This commit is contained in:
Nikita Sobolev
2023-04-24 17:17:23 +03:00
committed by GitHub
parent 1b68adee9a
commit 2bfb6d8212
3 changed files with 7 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ pre-commit-hooks==4.4.0 # must match .pre-commit-confi
pycln==2.1.3 # must match .pre-commit-config.yaml
pytype==2023.4.11; platform_system != "Windows" and python_version < "3.11"
pyyaml==6.0
termcolor>=2
termcolor>=2.3
tomli==2.0.1
tomlkit==0.11.7
types-pyyaml>=6.0.12.7