diff --git a/poetry.lock b/poetry.lock index e8e2e0c..ef1bcf7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1104,14 +1104,14 @@ files = [ [[package]] name = "rich" -version = "13.9.4" +version = "14.0.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" optional = false python-versions = ">=3.8.0" groups = ["main"] files = [ - {file = "rich-13.9.4-py3-none-any.whl", hash = "sha256:6049d5e6ec054bf2779ab3358186963bac2ea89175919d699e378b99738c2a90"}, - {file = "rich-13.9.4.tar.gz", hash = "sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098"}, + {file = "rich-14.0.0-py3-none-any.whl", hash = "sha256:1c9491e1951aac09caffd42f448ee3d04e58923ffe14993f6e83068dc395d7e0"}, + {file = "rich-14.0.0.tar.gz", hash = "sha256:82f1bc23a6a21ebca4ae0c45af9bdbc492ed20231dcb63f297d6d1021a9d5725"}, ] [package.dependencies] @@ -1445,4 +1445,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.14" -content-hash = "26f369ba2468a7969bf2ec7ba5946e5c6b70e7f05f447bf5c38094deb99dec38" +content-hash = "4bc3fb1ee8d611273b33199c59020b371ac9de312e4d196833382ca1662dc092" diff --git a/pyproject.toml b/pyproject.toml index cf1135c..c8f055b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ exclude = [ "mac_cleanup/__main__.py", "mac_cleanup/py.typed" ] [tool.poetry.dependencies] python = ">=3.10,<3.14" -rich = "^13.9.4" +rich = ">=13.9.4,<15.0.0" attrs = "~25.3.0" inquirer = "^3.4.0" toml = "~0.10.2"