diff --git a/pyproject.toml b/pyproject.toml index 888b6e9d1..f24f90b14 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.3.2", + "rich==14.3.3", "ruff==0.15.1", "types-PyYAML==6.0.12.20250915", "types-python-dateutil==2.9.0.20260124", diff --git a/uv.lock b/uv.lock index 24008197e..625f84fa0 100644 --- a/uv.lock +++ b/uv.lock @@ -957,7 +957,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.3.2" }, + { name = "rich", specifier = "==14.3.3" }, { name = "ruff", specifier = "==0.15.1" }, { name = "types-python-dateutil", specifier = "==2.9.0.20260124" }, { name = "types-python-slugify", specifier = "==8.0.2.20240310" }, @@ -1727,15 +1727,15 @@ wheels = [ [[package]] name = "rich" -version = "14.3.2" +version = "14.3.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "markdown-it-py" }, { name = "pygments" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/74/99/a4cab2acbb884f80e558b0771e97e21e939c5dfb460f488d19df485e8298/rich-14.3.2.tar.gz", hash = "sha256:e712f11c1a562a11843306f5ed999475f09ac31ffb64281f73ab29ffdda8b3b8", size = 230143, upload-time = "2026-02-01T16:20:47.908Z" } +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" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ef/45/615f5babd880b4bd7d405cc0dc348234c5ffb6ed1ea33e152ede08b2072d/rich-14.3.2-py3-none-any.whl", hash = "sha256:08e67c3e90884651da3239ea668222d19bea7b589149d8014a21c633420dbb69", size = 309963, upload-time = "2026-02-01T16:20:46.078Z" }, + { 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" }, ] [[package]]