From 549e31ec0ad263b5d6510253d2565abb4ffb0cf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 03:16:29 +0000 Subject: [PATCH] Bump rich from 14.3.3 to 15.0.0 Bumps [rich](https://github.com/Textualize/rich) from 14.3.3 to 15.0.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.3.3...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.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 da0ebe5..40c1234 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ mdurl==0.1.2 ; python_version >= "3.12" and python_version < "4.0" platformdirs==4.9.6 ; python_version >= "3.12" and python_version < "4.0" pycparser==3.0 ; python_version >= "3.12" and python_version < "4.0" and platform_python_implementation != "PyPy" and implementation_name != "PyPy" pygments==2.20.0 ; python_version >= "3.12" and python_version < "4.0" -rich==14.3.3 ; python_version >= "3.12" and python_version < "4.0" +rich==15.0.0 ; python_version >= "3.12" and python_version < "4.0" shellingham==1.5.4 ; python_version >= "3.12" and python_version < "4.0" transcrypto==2.6.0 ; python_version >= "3.12" and python_version < "4.0" typer==0.24.1 ; python_version >= "3.12" and python_version < "4.0"