From 18b5e474afaa9309a42d9c726528c7eda4b9dfe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 22:08:12 +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] --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index da3f9055..913b4817 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,7 +5,7 @@ requests==2.32.5 PyNaCl==1.6.0 pytest==8.4.2 pytest-mock==3.14.1 -rich==14.1.0 +rich==14.2.0 pyyaml==6.0.3 toml==0.10.2 python-hcl2==4.3.2 diff --git a/requirements.txt b/requirements.txt index b64fe3d2..d569b544 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ questionary==2.1.1 cffi==1.17.1 requests==2.32.5 PyNaCl==1.6.0 -rich==14.1.0 +rich==14.2.0 botocore>=1.40.17 pyyaml==6.0.3