From 7c8179097fb2378f34eaf41231e3ce2aaf43f71b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 08:18:00 +0000 Subject: [PATCH] Update termcolor requirement from <3.2.0 to <3.4.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/0.1...3.3.0) --- updated-dependencies: - dependency-name: termcolor dependency-version: 3.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 912c08aa..bbfa7120 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ "pytest<=8.4.1", "pytest-pylint<=1.1.2", "pytest-runner<7.0.0", - "termcolor<3.2.0", + "termcolor<3.4.0", "hypothesis<6.137.0", "levenshtein<=0.27.1", ]