diff --git a/pyproject.toml b/pyproject.toml index 088a17b9..00a1e6fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ # references (e.g. ``cls: type[TyperCommand] | None``) that fail at # class-body evaluation on Python 3.11/3.12. CI runs on 3.11 — pin # below the regressed range until typer ships a fix. - "typer==0.26.4", + "typer==0.26.7", "copier>=9.11.2", "rich>=13.0.0", "pillow>=12.2.0",