From acc2bd33105b94e2f18499de94d659319be73f9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 20:58:02 +0000 Subject: [PATCH] Update rich requirement from >=13.0.0 to >=15.0.0 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.0.0...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 2ae7b30..a278e95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ colorama>=0.4.6 pyyaml>=6.0.1 python-dotenv>=1.2.2 SQLAlchemy>=2.0.0 -rich>=13.0.0 +rich>=15.0.0 aiofiles>=25.1.0 pytest>=9.0.3 pytest-asyncio>=1.3.0