From f3fe6123dfa6da5630c24d73859b75a87696fe80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 15:07:49 +0000 Subject: [PATCH] chore(deps): bump rich from 14.1.0 to 14.2.0 Bumps [rich](https://github.com/Textualize/rich) from 14.1.0 to 14.2.0. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v14.1.0...v14.2.0) --- updated-dependencies: - dependency-name: rich dependency-version: 14.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cli_bundle/requirements.txt | 2 +- docker/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli_bundle/requirements.txt b/cli_bundle/requirements.txt index 2ac9385b..bfe3fc4d 100644 --- a/cli_bundle/requirements.txt +++ b/cli_bundle/requirements.txt @@ -1,6 +1,6 @@ # Core CLI/runtime deps (safe across Linux runners) click==8.3.0 -rich==14.1.0 +rich==14.2.0 pyyaml==6.0.2 requests==2.32.5 # fixed .netrc credential leak (CVE-2024-35195) pandas==2.3.2 diff --git a/docker/requirements.txt b/docker/requirements.txt index 2c6a3757..3532bbcb 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -1,6 +1,6 @@ # Core CLI/runtime deps (safe across Linux runners) click==8.3.0 -rich==14.1.0 +rich==14.2.0 pyyaml==6.0.2 requests==2.32.5 # fixed .netrc credential leak (CVE-2024-35195) pandas==2.3.2