diff --git a/poetry.lock b/poetry.lock index 9a9a451..d1fc7d1 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 = "7f248910ddc16dbdce248b3349a2e00459e472ad498246b36af5585bcb42db74" diff --git a/pyproject.toml b/pyproject.toml index d7fe531..fa6c6c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ license-files = [ "LICENSE" ] dependencies = [ - "typer>=0.25", # if this changes, also change: [tool.poetry.dependencies] + "typer>=0.25.1", # if this changes, also change: [tool.poetry.dependencies] "rich>=15.0", # 14.3.2 hangs GitHub CI pipeline "platformdirs>=4.9",