diff --git a/poetry.lock b/poetry.lock index cca149e..cfe097a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1729,14 +1729,14 @@ syntax = ["tree-sitter (>=0.25.0) ; python_version >= \"3.10\"", "tree-sitter-ba [[package]] name = "typer" -version = "0.26.8" +version = "0.27.0" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "typer-0.26.8-py3-none-any.whl", hash = "sha256:3512ca79ac5c11113414b36e80281b872884477722440691c89d1112e321a49c"}, - {file = "typer-0.26.8.tar.gz", hash = "sha256:c244a6bd558886fe3f8780efb6bdd28bb9aff005a94eedebaa5cb32926fe2f7e"}, + {file = "typer-0.27.0-py3-none-any.whl", hash = "sha256:6f4b27631e47f077871b7dc30e933ec0131c1390fbe0e387ea5574b5bac9ccf1"}, + {file = "typer-0.27.0.tar.gz", hash = "sha256:629bd12ea5d13a17148125d9a264f949eb171fb3f120f9b04d85873cab054fa5"}, ] [package.dependencies] @@ -1850,4 +1850,4 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "2.1" python-versions = "^3.14" -content-hash = "405b5cb97077db232fd77b92164ace8b78bc4b385a6d014d77b1ec830927b9ac" +content-hash = "03dfdd7b427d02dc89256dc457c7e5e2e4a933925c31edc406ad43d1c6c2454f" diff --git a/pyproject.toml b/pyproject.toml index f017bb5..b81af96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ boto3 = "^1.42.10" click = "<8.5.0" dacite = "^1.8.1" simple-term-menu = "^1.6.4" -typer = ">=0.20,<0.27" +typer = ">=0.20,<0.28" rich = ">=14.2,<16.0" jmespath = "^1.0.1" requests = "^2.32.5"