From f2680f6007ba8304ffd1cedbe9e8afe7c4db3f30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 17:56:42 +0000 Subject: [PATCH] Update termcolor requirement from <2.5.0 to <2.6.0 in /.github/scripts 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...2.5.0) --- updated-dependencies: - dependency-name: termcolor dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/requirements.txt b/.github/scripts/requirements.txt index 5c947b3e..6147fcbb 100644 --- a/.github/scripts/requirements.txt +++ b/.github/scripts/requirements.txt @@ -4,6 +4,6 @@ pylint <3.3.2 pytest <=8.3.3 pytest-pylint <=1.1.2 pytest-runner <7.0.0 -termcolor <2.5.0 +termcolor <2.6.0 hypothesis <6.117.0 levenshtein <=0.26.0