From 39ce62c4f1765241ee15fc54ccaebda68516bf74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 17:29:36 +0000 Subject: [PATCH] Bump rich from 13.9.4 to 14.3.3 Bumps [rich](https://github.com/Textualize/rich) from 13.9.4 to 14.3.3. - [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...v14.3.3) --- updated-dependencies: - dependency-name: rich dependency-version: 14.3.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements/constraints-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2a03a28..31b0036 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ keywords = [ ] dependencies = [ "click>=8.1,<9", - "rich>=13.0,<14", + "rich>=13.0,<15", "pydantic>=2.0,<3", "pyyaml>=6.0,<7", "tomli>=2.0,<3; python_version < '3.11'", diff --git a/requirements/constraints-dev.txt b/requirements/constraints-dev.txt index 86e396c..67a783e 100644 --- a/requirements/constraints-dev.txt +++ b/requirements/constraints-dev.txt @@ -9,6 +9,6 @@ pre-commit==3.8.0 pydantic==2.12.5 pytest==8.4.2 pytest-cov==5.0.0 -rich==13.9.4 +rich==14.3.3 ruff==0.12.10 tomli==2.4.0