From 97042326c5a91b8112f49543b0c6e88176135e98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:12:24 +0000 Subject: [PATCH] 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/master/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 | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 42bfe058..50865db5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1137,7 +1137,7 @@ resolved_reference = "8686b5d1bbc1d3c862292eb436ab630d6e9c9b53" [[package]] name = "discord.py" -version = "2.8.0a5410+g84f987786" +version = "2.8.0a5413+g2fbed936" description = "A Python wrapper for the Discord API" optional = false python-versions = ">=3.8" @@ -3918,14 +3918,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] @@ -5103,4 +5103,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = ">=3.10.0,<3.12" -content-hash = "b7ea6a51297a241bb960db7d89cb65acc48c3fc3b75fbdf368b84e26a57aba2d" +content-hash = "dc209176e2be2faf3ea30be624da9e0fb14883c5494ded685d77c0b867a45dd0" diff --git a/pyproject.toml b/pyproject.toml index 82db9e41..81693a0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ lxml = "^6.1.0" sanctum-tc = "^0.8.0" objgraph = "^3.5.0" Wand = "^0.6.11" -rich = "^14.0.0" +rich = "^15.0.0" setuptools = "^80.9.0" matplotlib = "^3.7.0" numpy = "1.26.4"