diff --git a/otdf-sdk-mgr/pyproject.toml b/otdf-sdk-mgr/pyproject.toml index 044bd80f..2c140492 100644 --- a/otdf-sdk-mgr/pyproject.toml +++ b/otdf-sdk-mgr/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.11" dependencies = [ "gitpython>=3.1.50", "pydantic>=2.6.0", - "rich>=13.7.0", + "rich>=15.0.0", "ruamel.yaml>=0.18.0", "typer>=0.12.0", ] diff --git a/otdf-sdk-mgr/uv.lock b/otdf-sdk-mgr/uv.lock index 7b0ef885..c797e9d7 100644 --- a/otdf-sdk-mgr/uv.lock +++ b/otdf-sdk-mgr/uv.lock @@ -127,7 +127,7 @@ dev = [ requires-dist = [ { name = "gitpython", specifier = ">=3.1.50" }, { name = "pydantic", specifier = ">=2.6.0" }, - { name = "rich", specifier = ">=13.7.0" }, + { name = "rich", specifier = ">=15.0.0" }, { name = "ruamel-yaml", specifier = ">=0.18.0" }, { name = "typer", specifier = ">=0.12.0" }, ] @@ -314,15 +314,15 @@ wheels = [ [[package]] name = "rich" -version = "14.3.2" +version = "15.0.0" 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/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/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/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]]