From 628b442cfcb91205180109a0b4bfd452dd75b1c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 16:42:37 +0000 Subject: [PATCH] chore(deps): bump termcolor from 2.3.0 to 2.5.0 in /apps/wizarr-backend Bumps [termcolor](https://github.com/termcolor/termcolor) from 2.3.0 to 2.5.0. - [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/2.3.0...2.5.0) --- updated-dependencies: - dependency-name: termcolor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/wizarr-backend/poetry.lock | 12 ++++++------ apps/wizarr-backend/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/wizarr-backend/poetry.lock b/apps/wizarr-backend/poetry.lock index e2f3cb3e..c3aa7573 100644 --- a/apps/wizarr-backend/poetry.lock +++ b/apps/wizarr-backend/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aniso8601" @@ -1834,13 +1834,13 @@ widechars = ["wcwidth"] [[package]] name = "termcolor" -version = "2.3.0" +version = "2.5.0" description = "ANSI color formatting for output in terminal" optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" files = [ - {file = "termcolor-2.3.0-py3-none-any.whl", hash = "sha256:3afb05607b89aed0ffe25202399ee0867ad4d3cb4180d98aaf8eefa6a5f7d475"}, - {file = "termcolor-2.3.0.tar.gz", hash = "sha256:b5b08f68937f138fe92f6c089b99f1e2da0ae56c52b78bf7075fd95420fd9a5a"}, + {file = "termcolor-2.5.0-py3-none-any.whl", hash = "sha256:37b17b5fc1e604945c2642c872a3764b5d547a48009871aea3edd3afa180afb8"}, + {file = "termcolor-2.5.0.tar.gz", hash = "sha256:998d8d27da6d48442e8e1f016119076b690d962507531df4890fcd2db2ef8a6f"}, ] [package.extras] @@ -2050,4 +2050,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10.6" -content-hash = "8ac8922225aee5419b46e11fffa219d27ce4997cb7aa6b90ab39e0ab45e10097" +content-hash = "83e51725a95a968fdb0b5a903dbf00493fe808b139075b51c58f51715138c37b" diff --git a/apps/wizarr-backend/pyproject.toml b/apps/wizarr-backend/pyproject.toml index efe142f7..6e318cff 100644 --- a/apps/wizarr-backend/pyproject.toml +++ b/apps/wizarr-backend/pyproject.toml @@ -43,7 +43,7 @@ pytz = "^2023.3.post1" requests = "^2.32.2" schematics = "^2.1.1" tabulate = "^0.9.0" -termcolor = "^2.3.0" +termcolor = "^2.5.0" webauthn = "^1.11.0" werkzeug = "^3.0.3" sentry-sdk = { extras = ["flask"], version = "^1.32.0" }