diff --git a/poetry.lock b/poetry.lock index 04114b8..6913dac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -307,11 +307,14 @@ widechars = ["wcwidth"] [[package]] name = "termcolor" -version = "1.1.0" -description = "ANSII Color formatting for output in terminal." +version = "2.0.1" +description = "ANSI color formatting for output in terminal" category = "main" optional = false -python-versions = "*" +python-versions = ">=3.7" + +[package.extras] +tests = ["pytest", "pytest-cov"] [[package]] name = "tomli" @@ -352,7 +355,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = ">=3.7,<3.11" -content-hash = "09b1724283edd01b4343e15a68b3a711a83f0f290c53fa14c4a54109e504a0b2" +content-hash = "1bb68c2d5b0886380a0b4d81e48f8e5b0fd24692bc837f7d1520dda7f059f3b0" [metadata.files] attrs = [ @@ -541,7 +544,8 @@ tabulate = [ {file = "tabulate-0.8.10.tar.gz", hash = "sha256:6c57f3f3dd7ac2782770155f3adb2db0b1a269637e42f27599925e64b114f519"}, ] termcolor = [ - {file = "termcolor-1.1.0.tar.gz", hash = "sha256:1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b"}, + {file = "termcolor-2.0.1-py3-none-any.whl", hash = "sha256:7e597f9de8e001a3208c4132938597413b9da45382b6f1d150cff8d062b7aaa3"}, + {file = "termcolor-2.0.1.tar.gz", hash = "sha256:6b2cf769e93364a2676e1de56a7c0cff2cf5bd07f37e9cc80b0dd6320ebfe388"}, ] tomli = [ {file = "tomli-1.2.3-py3-none-any.whl", hash = "sha256:e3069e4be3ead9668e21cb9b074cd948f7b3113fd9c8bba083f48247aab8b11c"}, diff --git a/pyproject.toml b/pyproject.toml index ae04e9a..e1f943c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ kosmorro = 'kosmorro.__main__:main' [tool.poetry.dependencies] python = ">=3.7,<3.11" tabulate = "^0.8" -termcolor = "^1.1" +termcolor = ">=1.1,<3.0" kosmorrolib = "^1.0" python-dateutil = "^2.8" Babel = "^2.9"