diff --git a/poetry.lock b/poetry.lock index d19d9f708..b8916d4b5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -810,14 +810,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<8)"] [[package]] name = "rich" -version = "14.3.3" +version = "15.0.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" optional = false -python-versions = ">=3.8.0" +python-versions = ">=3.9.0" groups = ["dev"] files = [ - {file = "rich-14.3.3-py3-none-any.whl", hash = "sha256:793431c1f8619afa7d3b52b2cdec859562b950ea0d4b6b505397612db8d5362d"}, - {file = "rich-14.3.3.tar.gz", hash = "sha256:b8daa0b9e4eef54dd8cf7c86c03713f53241884e814f4e2f5fb342fe520f639b"}, + {file = "rich-15.0.0-py3-none-any.whl", hash = "sha256:33bd4ef74232fb73fe9279a257718407f169c09b78a87ad3d296f548e27de0bb"}, + {file = "rich-15.0.0.tar.gz", hash = "sha256:edd07a4824c6b40189fb7ac9bc4c52536e9780fbbfbddf6f1e2502c31b068c36"}, ] [package.dependencies] @@ -865,4 +865,4 @@ platformdirs = ">=3.9.1,<5" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "48fbb0efb11a54e44446f4f4bfdfe9d5acb9b4fad9efbb9f3d6b520b41d4000e" +content-hash = "67647b5316f09270f5fdab33348e95918aa75edea613e64fa01c80baf2c0c36b" diff --git a/pyproject.toml b/pyproject.toml index 799dcec60..f097e264c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ black = "^26.3.1" flake8 = "^7.3.0" jinja2 = "^3.1.5" click = "^8.3.2" -rich = "^14.3.3" +rich = "^15.0.0" [build-system] requires = ["poetry>=0.12"]