From 6b387d4c610fd8501a36e87405bf8b1563183b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 12:03:32 +0000 Subject: [PATCH] chore(deps-dev): update rich requirement from <15,>=13 to >=13,<16 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/main/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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 26b696a9..0dca77b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ ] [project.optional-dependencies] -cli = ["rich>=13,<15"] +cli = ["rich>=13,<16"] fast = [ "jax>=0.4", "jaxlib>=0.4", @@ -83,7 +83,7 @@ dev = [ "perflint>=0.7.1,<0.9.0", "pytest>=7.2,<10.0", "pytest-cov>=4,<6", - "rich>=13,<15", + "rich>=13,<16", "thermo>=0.2", "ruff>=0.0.210,<0.16.3", "seaborn>=0.12,<0.14",