From 72501482ca2c89e2260e3b49528fea2ede477a35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:54:13 +0000 Subject: [PATCH] chore(deps): bump rich from 14.3.4 to 15.0.0 Bumps [rich](https://github.com/Textualize/rich) from 14.3.4 to 15.0.0. - [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/v14.3.4...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:production 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 35c6d5a0..47ec0b11 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2353,14 +2353,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<8)"] [[package]] name = "rich" -version = "14.3.4" +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 = ["main"] files = [ - {file = "rich-14.3.4-py3-none-any.whl", hash = "sha256:07e7adb4690f68864777b1450859253bed81a99a31ac321ac1817b2313558952"}, - {file = "rich-14.3.4.tar.gz", hash = "sha256:817e02727f2b25b40ef56f5aa2217f400c8489f79ca8f46ea2b70dd5e14558a9"}, + {file = "rich-15.0.0-py3-none-any.whl", hash = "sha256:33bd4ef74232fb73fe9279a257718407f169c09b78a87ad3d296f548e27de0bb"}, + {file = "rich-15.0.0.tar.gz", hash = "sha256:edd07a4824c6b40189fb7ac9bc4c52536e9780fbbfbddf6f1e2502c31b068c36"}, ] [package.dependencies] @@ -3148,4 +3148,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.15" -content-hash = "c6966401b994a6d32f00da7a335f9cd709139073346fdaa1548165446767b11d" +content-hash = "7b761065d25be38efe6baa104cad215d58d597300d5e62d1d49a9ad2d01b1090" diff --git a/pyproject.toml b/pyproject.toml index 3677d5b9..19dc376f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ typer = "0.16.0" "ruamel.yaml" = "^0.17.20" Jinja2 = "^3.0.3" pydantic-settings = "2.10.1" -rich = "^14.1.0" +rich = ">=14.1,<16.0" requests = "2.33.1" [tool.poetry.dev-dependencies]