From 623bc4e9b61b283cfdee122ec18a5962558b1574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:45:08 +0000 Subject: [PATCH] Bump rich from 13.7.1 to 15.0.0 Bumps [rich](https://github.com/Textualize/rich) from 13.7.1 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/v13.7.1...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 5898c55..2efe28f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2365,14 +2365,14 @@ idna2008 = ["idna"] [[package]] name = "rich" -version = "13.7.1" +version = "15.0.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" optional = false -python-versions = ">=3.7.0" +python-versions = ">=3.9.0" groups = ["main"] files = [ - {file = "rich-13.7.1-py3-none-any.whl", hash = "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222"}, - {file = "rich-13.7.1.tar.gz", hash = "sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432"}, + {file = "rich-15.0.0-py3-none-any.whl", hash = "sha256:33bd4ef74232fb73fe9279a257718407f169c09b78a87ad3d296f548e27de0bb"}, + {file = "rich-15.0.0.tar.gz", hash = "sha256:edd07a4824c6b40189fb7ac9bc4c52536e9780fbbfbddf6f1e2502c31b068c36"}, ] [package.dependencies] @@ -3133,4 +3133,4 @@ test = ["big-O", "importlib-resources ; python_version < \"3.9\"", "jaraco.funct [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "e86ad3cc09359ab8d135bc6105e1607c3a6864740200cf33c5b1cca4966eb5d5" +content-hash = "70484bef717d6d1a208b5c6c9bbd06e4a213b9aa20ff94f1263d21d851c72748" diff --git a/pyproject.toml b/pyproject.toml index 9ae1386..2d80839 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ regex = "2024.7.24" requests = "2.32.5" requests-toolbelt = "1.0.0" rfc3986 = "2.0.0" -rich = "13.7.1" +rich = "15.0.0" scikit-learn = "1.5.1" scipy = "1.13.1" seaborn = "0.13.2"