From 33d485d81f86330e8169cb235de164216a56c437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 09:19:17 +0000 Subject: [PATCH] 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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9a9a451..0d38894 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "annotated-doc" @@ -1358,4 +1358,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "2fc9269dd27622b04c53d79c4d20bf88223872b28a9698ed9a99944403b42432" +content-hash = "089b8908b0429c97c0890e7cd15e2489633d319ca8b28fd3a5f3f2bef46f1992" diff --git a/pyproject.toml b/pyproject.toml index d7fe531..5c49cc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ license-files = [ "LICENSE" ] dependencies = [ "typer>=0.25", # if this changes, also change: [tool.poetry.dependencies] - "rich>=15.0", # 14.3.2 hangs GitHub CI pipeline + "rich>=15.0.0", # 14.3.2 hangs GitHub CI pipeline "platformdirs>=4.9", # best place for project dependencies, if possible