From 58969f5748bcc0086a02598fe89c8bbcd9ebaea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 05:07:09 +0000 Subject: [PATCH] chore(deps): bump termcolor from 1.1.0 to 2.0.0 Bumps [termcolor](https://github.com/hugovk/termcolor) from 1.1.0 to 2.0.0. - [Release notes](https://github.com/hugovk/termcolor/releases) - [Changelog](https://github.com/hugovk/termcolor/blob/main/CHANGES.md) - [Commits](https://github.com/hugovk/termcolor/commits) --- updated-dependencies: - dependency-name: termcolor dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++++----- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 04114b8..44ca0f6 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.0" +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.0-py3-none-any.whl", hash = "sha256:6e1a4b8e9c064ad8f9dfe2f9b35a7871d6ea5b6bb4f9da55bc0fd494b2302204"}, + {file = "termcolor-2.0.0.tar.gz", hash = "sha256:4889f2243b1da3934fc6cf4b57ee50a0ce98065ec06bfddac3fa6db24a9fcde2"}, ] 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"