From fb8940d5b661dd7d08a96c0dd9fab778ce7e8bf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:04:29 +0000 Subject: [PATCH] build(deps): update termcolor requirement from ~=2.4.0 to ~=2.5.0 Updates the requirements on [termcolor](https://github.com/termcolor/termcolor) to permit the latest version. - [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.4.0...2.5.0) --- updated-dependencies: - dependency-name: termcolor dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 74dc7dde..f0466e69 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -5,4 +5,4 @@ python-dateutil~=2.9.0 tblib~=3.0.0 openapi-core~=0.19.2 jsonschema-path~=0.3.3 -termcolor~=2.4.0 +termcolor~=2.5.0