From 29179366f57f2382a0e74ed6718cc33b8b403d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 15:48:16 +0000 Subject: [PATCH] chore(deps): 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.0.0...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b2facbc..a0ececd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "psutil>=5.9.0,<8.0.0", "click>=8.1.0,<9.0.0", "pyyaml>=6.0,<7.0", - "rich>=13.0.0,<15.0.0", + "rich>=13.0.0,<16.0.0", "torch>=2.10.0,<3.0.0", "sqlalchemy>=2.0.0,<3.0.0", "psycopg2-binary>=2.9.0,<3.0.0", diff --git a/requirements.txt b/requirements.txt index 4c2cad6..490a184 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ psutil>=5.9.0,<8.0.0 click>=8.1.0,<9.0.0 pyyaml>=6.0,<7.0 pytest>=7.4.0,<10.0.0 -rich>=13.0.0,<15.0.0 +rich>=13.0.0,<16.0.0 torch>=2.10.0,<3.0.0 sqlalchemy>=2.0.0,<3.0.0 psycopg2-binary>=2.9.0,<3.0.0