From e68486a0e1c5a77bdc2e78d5bae05c67d3338883 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 13:56:54 -0600 Subject: [PATCH] chore(deps): update dependency rich to v14.3.0 (#6919) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7ea3b5016..de5cb202e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ dev = [ "pylint==4.0.4", "pytest==9.0.2", "pytest-asyncio==1.3.0", - "rich==14.2.0", + "rich==14.3.0", "ruff==0.14.14", "types-PyYAML==6.0.12.20250915", "types-python-dateutil==2.9.0.20260124", diff --git a/uv.lock b/uv.lock index 7a771d541..6aaad8913 100644 --- a/uv.lock +++ b/uv.lock @@ -940,7 +940,7 @@ dev = [ { name = "pylint", specifier = "==4.0.4" }, { name = "pytest", specifier = "==9.0.2" }, { name = "pytest-asyncio", specifier = "==1.3.0" }, - { name = "rich", specifier = "==14.2.0" }, + { name = "rich", specifier = "==14.3.0" }, { name = "ruff", specifier = "==0.14.14" }, { name = "types-python-dateutil", specifier = "==2.9.0.20260124" }, { name = "types-python-slugify", specifier = "==8.0.2.20240310" }, @@ -1710,15 +1710,15 @@ wheels = [ [[package]] name = "rich" -version = "14.2.0" +version = "14.3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "markdown-it-py" }, { name = "pygments" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/fb/d2/8920e102050a0de7bfabeb4c4614a49248cf8d5d7a8d01885fbb24dc767a/rich-14.2.0.tar.gz", hash = "sha256:73ff50c7c0c1c77c8243079283f4edb376f0f6442433aecb8ce7e6d0b92d1fe4", size = 219990, upload-time = "2025-10-09T14:16:53.064Z" } +sdist = { url = "https://files.pythonhosted.org/packages/aa/9c/137848452e130e71f3ca9a9876751ddcac99e4b1f248ed297996c8c2d728/rich-14.3.0.tar.gz", hash = "sha256:b75e54d3abbcc49137e83e4db54dc86c5e47687eebc95aa0305363231a36e699", size = 230113, upload-time = "2026-01-24T12:25:46.336Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/25/7a/b0178788f8dc6cafce37a212c99565fa1fe7872c70c6c9c1e1a372d9d88f/rich-14.2.0-py3-none-any.whl", hash = "sha256:76bc51fe2e57d2b1be1f96c524b890b816e334ab4c1e45888799bfaab0021edd", size = 243393, upload-time = "2025-10-09T14:16:51.245Z" }, + { url = "https://files.pythonhosted.org/packages/fa/e0/83cbdcb81b5cbbbe355648dd402b410437806544f48ee218a2354798f012/rich-14.3.0-py3-none-any.whl", hash = "sha256:0b8c1e368c1125b9e993c2d2f1342802525f4853fc6dac2e8e9e88bac0f45bce", size = 309950, upload-time = "2026-01-24T12:25:44.679Z" }, ] [[package]]