diff --git a/pyproject.toml b/pyproject.toml index 40b9891..3f213fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ "Programming Language :: Python :: 3.14", ] dependencies = [ - "typer>=0.24.1", + "typer>=0.26.1", "rich>=13.7.1", "typing-extensions>=4.12.2", "rich-toolkit>=0.15.1", diff --git a/uv.lock b/uv.lock index 025c649..ae8573b 100644 --- a/uv.lock +++ b/uv.lock @@ -250,7 +250,7 @@ tests = [ requires-dist = [ { name = "rich", specifier = ">=13.7.1" }, { name = "rich-toolkit", specifier = ">=0.15.1" }, - { name = "typer", specifier = ">=0.24.1" }, + { name = "typer", specifier = ">=0.26.1" }, { name = "typing-extensions", specifier = ">=4.12.2" }, ]