From 5eae04fa32755972f5c7d132f1c6e2f7c7b01a06 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Wed, 22 Oct 2025 16:14:14 +0000 Subject: [PATCH] chore(deps): update dependency typer to ^0.20.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 39ef220..c842238 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ pyyaml = "^6.0.2" pydantic = "^2.11.3" rich = "^14.0.0" gitpython = "^3.1.44" -typer = "^0.19.0" +typer = "^0.20.0" jinja2 = "^3.1.6" [tool.poetry.group.dev.dependencies]