From aa099eb7b91afc1ccfa395817d56239966053ba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 07:50:23 +0000 Subject: [PATCH] chore(python-deps): bump termcolor from 2.5.0 to 3.1.0 Bumps [termcolor](https://github.com/termcolor/termcolor) from 2.5.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/2.5.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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1106efac5..ffc14f61b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -228,7 +228,7 @@ starlette==0.45.3 # via # fastapi # llama-stack -termcolor==2.5.0 +termcolor==3.1.0 # via # fire # llama-stack