diff --git a/pyproject.toml b/pyproject.toml index 9142386d..6d04f27a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ dependencies = [ "httpx==0.28.1", "jsonschema==4.26.0", - "rich==14.3.3", + "rich==14.3.4", "aiofiles==25.1.0", "click==8.3.2", "opentelemetry-exporter-otlp-proto-http==1.41.0", diff --git a/uv.lock b/uv.lock index d0f75974..d8a649b8 100644 --- a/uv.lock +++ b/uv.lock @@ -322,7 +322,7 @@ requires-dist = [ { name = "pydantic", specifier = "==2.12.5" }, { name = "pyyaml", specifier = "==6.0.3" }, { name = "questionary", specifier = ">=2.0.0" }, - { name = "rich", specifier = "==14.3.3" }, + { name = "rich", specifier = "==14.3.4" }, { name = "tenacity", specifier = "==9.1.4" }, ] @@ -754,15 +754,15 @@ wheels = [ [[package]] name = "rich" -version = "14.3.3" +version = "14.3.4" 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/e9/67/cae617f1351490c25a4b8ac3b8b63a4dda609295d8222bad12242dfdc629/rich-14.3.4.tar.gz", hash = "sha256:817e02727f2b25b40ef56f5aa2217f400c8489f79ca8f46ea2b70dd5e14558a9", size = 230524, upload-time = "2026-04-11T02:57:45.419Z" } 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/b3/76/6d163cfac87b632216f71879e6b2cf17163f773ff59c00b5ff4900a80fa3/rich-14.3.4-py3-none-any.whl", hash = "sha256:07e7adb4690f68864777b1450859253bed81a99a31ac321ac1817b2313558952", size = 310480, upload-time = "2026-04-11T02:57:47.484Z" }, ] [[package]]