From 46cf46b17e5bd80668864269c2494809391b4d44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 16:00:48 +0000 Subject: [PATCH] build(deps): 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] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 28505a04..9e452cf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "pydantic>=2.13.1,<3 ; python_version >= '3.14'", "pydantic-settings>=2.7.1,<3", "pyzmq>=26.2,<28", - "rich>=13.9,<15", + "rich>=13.9,<16", "sqlalchemy[asyncio]>=2.0,<3", "structlog>=25.1.0,<26", "that-depends>=3.4.1,<4", diff --git a/uv.lock b/uv.lock index 48261a82..480111dd 100644 --- a/uv.lock +++ b/uv.lock @@ -4031,7 +4031,7 @@ requires-dist = [ { name = "pyzmq", specifier = ">=26.2,<28" }, { name = "ray", extras = ["tune"], marker = "extra == 'ray'", specifier = ">=2.47.1,<3" }, { name = "redis", marker = "extra == 'redis'", specifier = ">=7.1,<8" }, - { name = "rich", specifier = ">=13.9,<15" }, + { name = "rich", specifier = ">=13.9,<16" }, { name = "s3fs", marker = "extra == 'aws'", specifier = ">=2024.9.0" }, { name = "sqlalchemy", extras = ["asyncio"], specifier = ">=2.0,<3" }, { name = "structlog", specifier = ">=25.1.0,<26" }, @@ -5173,15 +5173,15 @@ wheels = [ [[package]] name = "rich" -version = "14.3.3" +version = "15.0.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "markdown-it-py" }, { name = "pygments" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/b3/c6/f3b320c27991c46f43ee9d856302c70dc2d0fb2dba4842ff739d5f46b393/rich-14.3.3.tar.gz", hash = "sha256:b8daa0b9e4eef54dd8cf7c86c03713f53241884e814f4e2f5fb342fe520f639b", size = 230582, upload-time = "2026-02-19T17:23:12.474Z" } +sdist = { url = "https://files.pythonhosted.org/packages/c0/8f/0722ca900cc807c13a6a0c696dacf35430f72e0ec571c4275d2371fca3e9/rich-15.0.0.tar.gz", hash = "sha256:edd07a4824c6b40189fb7ac9bc4c52536e9780fbbfbddf6f1e2502c31b068c36", size = 230680, upload-time = "2026-04-12T08:24:00.75Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/14/25/b208c5683343959b670dc001595f2f3737e051da617f66c31f7c4fa93abc/rich-14.3.3-py3-none-any.whl", hash = "sha256:793431c1f8619afa7d3b52b2cdec859562b950ea0d4b6b505397612db8d5362d", size = 310458, upload-time = "2026-02-19T17:23:13.732Z" }, + { url = "https://files.pythonhosted.org/packages/82/3b/64d4899d73f91ba49a8c18a8ff3f0ea8f1c1d75481760df8c68ef5235bf5/rich-15.0.0-py3-none-any.whl", hash = "sha256:33bd4ef74232fb73fe9279a257718407f169c09b78a87ad3d296f548e27de0bb", size = 310654, upload-time = "2026-04-12T08:24:02.83Z" }, ] [[package]]