From d66f0f88b9c8cc0f339c102a3fe03bde49a5d1cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:29:49 +0000 Subject: [PATCH] :arrow_up: 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index b2c3d56..e215291 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.4 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 = "astroid" @@ -341,7 +341,7 @@ description = "XML bomb protection for Python stdlib modules" optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" groups = ["main"] -markers = "extra == \"xml-loader\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"xml-loader\"" files = [ {file = "defusedxml-0.7.1-py2.py3-none-any.whl", hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61"}, {file = "defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"}, @@ -443,7 +443,7 @@ description = "Iterative JSON parser with standard Python iterator interfaces" optional = true python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"json-loader\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"json-loader\"" files = [ {file = "ijson-3.5.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:ea8dcac10d86adaeead454bc25c97b68d0bda573d5fd6f86f5e21cf8f7906f88"}, {file = "ijson-3.5.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:92b0495bbb2150bbf14fc5d98fb6d76bcd1c526605a172709e602e6fedc96495"}, @@ -1202,7 +1202,7 @@ description = "YAML parser and emitter for Python" optional = false python-versions = ">=3.8" groups = ["main"] -markers = "extra == \"yaml-loader\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"yaml-loader\"" files = [ {file = "PyYAML-6.0.3-cp38-cp38-macosx_10_13_x86_64.whl", hash = "sha256:c2514fceb77bc5e7a2f7adfaa1feb2fb311607c9cb518dbc378688ec73d8292f"}, {file = "PyYAML-6.0.3-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9c57bb8c96f6d1808c030b1687b9b5fb476abaa47f0db9c0101f5e9f394e97f4"}, @@ -1281,14 +1281,14 @@ files = [ [[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 = ["benchmark"] 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] @@ -1400,7 +1400,7 @@ files = [ {file = "tomlkit-0.13.3-py3-none-any.whl", hash = "sha256:c89c649d79ee40629a9fda55f8ace8c6a1b42deb912b2a8fd8d942ddadb606b0"}, {file = "tomlkit-0.13.3.tar.gz", hash = "sha256:430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1"}, ] -markers = {main = "extra == \"toml-loader\" or extra == \"all\""} +markers = {main = "extra == \"all\" or extra == \"toml-loader\""} [[package]] name = "typing-extensions" @@ -1425,4 +1425,4 @@ yaml-loader = ["pyyaml"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "f2c5681125edbd7634dc356fff1f75814ce64802800d96a1a3dcd731facd928e" +content-hash = "72e398b85d47af09e2843c8fbdb01fe1d4a5dbfd13d703d53a161debc5622bde" diff --git a/pyproject.toml b/pyproject.toml index 0a51687..52f9739 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ coverage = "*" pylint = "*" [tool.poetry.group.benchmark.dependencies] -rich = "^14.0.0" +rich = ">=14,<16" matplotlib = "^3.10.3" [build-system]