From 1e0212bd8eaa137fdf1aebaa21925c1118f9895c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 18:04:35 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump rich from 14.3.3 to 15.0.0 Bumps [rich](https://github.com/Textualize/rich) from 14.3.3 to 15.0.0. - [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/v14.3.3...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index d19d9f7080..b8916d4b55 100644 --- a/poetry.lock +++ b/poetry.lock @@ -810,14 +810,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<8)"] [[package]] name = "rich" -version = "14.3.3" +version = "15.0.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" optional = false -python-versions = ">=3.8.0" +python-versions = ">=3.9.0" groups = ["dev"] files = [ - {file = "rich-14.3.3-py3-none-any.whl", hash = "sha256:793431c1f8619afa7d3b52b2cdec859562b950ea0d4b6b505397612db8d5362d"}, - {file = "rich-14.3.3.tar.gz", hash = "sha256:b8daa0b9e4eef54dd8cf7c86c03713f53241884e814f4e2f5fb342fe520f639b"}, + {file = "rich-15.0.0-py3-none-any.whl", hash = "sha256:33bd4ef74232fb73fe9279a257718407f169c09b78a87ad3d296f548e27de0bb"}, + {file = "rich-15.0.0.tar.gz", hash = "sha256:edd07a4824c6b40189fb7ac9bc4c52536e9780fbbfbddf6f1e2502c31b068c36"}, ] [package.dependencies] @@ -865,4 +865,4 @@ platformdirs = ">=3.9.1,<5" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "48fbb0efb11a54e44446f4f4bfdfe9d5acb9b4fad9efbb9f3d6b520b41d4000e" +content-hash = "67647b5316f09270f5fdab33348e95918aa75edea613e64fa01c80baf2c0c36b" diff --git a/pyproject.toml b/pyproject.toml index 799dcec60c..f097e264cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ black = "^26.3.1" flake8 = "^7.3.0" jinja2 = "^3.1.5" click = "^8.3.2" -rich = "^14.3.3" +rich = "^15.0.0" [build-system] requires = ["poetry>=0.12"]