From 7a0fa227f7cacae6711279a26f9c21b6178f7aff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 21:32:07 +0000 Subject: [PATCH] Bump termcolor from 3.1.0 to 3.2.0 in /.config/python/dev Bumps [termcolor](https://github.com/termcolor/termcolor) from 3.1.0 to 3.2.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/3.1.0...3.2.0) --- updated-dependencies: - dependency-name: termcolor dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .config/python/dev/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/python/dev/requirements.txt b/.config/python/dev/requirements.txt index 5e23229ac33..00389c87b45 100644 --- a/.config/python/dev/requirements.txt +++ b/.config/python/dev/requirements.txt @@ -31,7 +31,7 @@ redis==6.4.0 regex==2025.9.18 requests==2.32.5 terminaltables==3.1.10 -termcolor==3.1.0 +termcolor==3.2.0 urllib3==2.5.0 webpreview==1.7.2 yq==3.4.3