From 06f122d24d2039f43580d491088c9e964b233c7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:02:32 +0000 Subject: [PATCH] pip prod(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] --- setup.py | 2 +- tools/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ec0f02c66..e3aa2fc4c 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ 'prompt_toolkit >= 2', 'pygments >= 2.0.0', 'urllib3 >= 1.24', - 'rich == 14.1.0' + 'rich == 14.2.0' ], keywords=['softlayer', 'cloud', 'slcli', 'ibmcloud'], classifiers=[ diff --git a/tools/requirements.txt b/tools/requirements.txt index 9c988cdca..74dffdaa0 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -4,6 +4,6 @@ requests >= 2.32.2 prompt_toolkit >= 2 pygments >= 2.0.0 urllib3 >= 1.24 -rich == 14.1.0 +rich == 14.2.0 # only used for soap transport # softlayer-zeep >= 5.0.0