Browse Source

chore(deps): bump termcolor from 1.1.0 to 2.0.1 (#283)

Bumps [termcolor](https://github.com/termcolor/termcolor) from 1.1.0 to 2.0.1.
- [Release notes](https://github.com/termcolor/termcolor/releases)
- [Changelog](https://github.com/termcolor/termcolor/blob/main/CHANGES.md)
- [Commits](https://github.com/termcolor/termcolor/compare/1.1.0...2.0.1)

---
updated-dependencies:
- dependency-name: termcolor
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tags/v0.10.11
dependabot[bot] 1 year ago
committed by GitHub
parent
commit
cc60c19caa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 6 deletions
  1. +9
    -5
      poetry.lock
  2. +1
    -1
      pyproject.toml

+ 9
- 5
poetry.lock View File

@@ -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"},


+ 1
- 1
pyproject.toml View File

@@ -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"


Loading…
Cancel
Save