diff --git a/poetry.lock b/poetry.lock index 9a9a451..0d38894 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "annotated-doc" @@ -1358,4 +1358,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "2fc9269dd27622b04c53d79c4d20bf88223872b28a9698ed9a99944403b42432" +content-hash = "089b8908b0429c97c0890e7cd15e2489633d319ca8b28fd3a5f3f2bef46f1992" diff --git a/pyproject.toml b/pyproject.toml index d7fe531..5c49cc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ license-files = [ "LICENSE" ] dependencies = [ "typer>=0.25", # if this changes, also change: [tool.poetry.dependencies] - "rich>=15.0", # 14.3.2 hangs GitHub CI pipeline + "rich>=15.0.0", # 14.3.2 hangs GitHub CI pipeline "platformdirs>=4.9", # best place for project dependencies, if possible