From 3ae48d8e061f7ac3356bcf660f1337e86530ebee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 02:46:10 +0000 Subject: [PATCH] :arrow_up: Update rich requirement Updates the requirements on [rich](https://github.com/Textualize/rich) to permit the latest version. - [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/v13.9.4...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dc67dfa..27605a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ arrow>=1.3.0,<2.0.0 -rich>=13.9.4,<15.0.0 +rich>=13.9.4,<16.0.0 chardet>=5.0.0,<6.0.0 cookiecutter>=2.6.0,<3.0.0 pre-commit>=4.0.1,<5.0.0