Skip to content

Commit 996650e

Browse files
committed
build(termcolor): remove termcolor <3 restriction
1 parent 9420b44 commit 996650e

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

poetry.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"questionary (>=2.0,<3.0)",
1515
"decli (>=0.6.0,<1.0)",
1616
"colorama (>=0.4.1,<1.0)",
17-
"termcolor (>=1.1,<3)",
17+
"termcolor (>=1.1.0,<4.0.0)",
1818
"packaging>=19",
1919
"tomlkit (>=0.5.3,<1.0.0)",
2020
"jinja2>=2.10.3",

0 commit comments

Comments
 (0)