From 187fc286faf05513ec06e4732bd00a3a3bfaf83f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 06:51:41 +0000 Subject: [PATCH] Bump termcolor from 1.1.0 to 3.1.0 Bumps [termcolor](https://github.com/termcolor/termcolor) from 1.1.0 to 3.1.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/1.1.0...3.1.0) --- updated-dependencies: - dependency-name: termcolor dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- attack_data_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attack_data_service/requirements.txt b/attack_data_service/requirements.txt index 46adb75c..d370c14e 100644 --- a/attack_data_service/requirements.txt +++ b/attack_data_service/requirements.txt @@ -69,7 +69,7 @@ smmap==5.0.1 six==1.16.0 splunk-sdk==2.0.2 tabulate==0.8.9 -termcolor==1.1.0 +termcolor==3.1.0 toml==0.10.2 urllib3==2.3.0 virtualenv==20.29.2