From e68ce4fd256ba62f0e0ed275a614c403be97caa1 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Thu, 2 Oct 2025 15:39:55 +0000 Subject: [PATCH] fix(deps): update dependency typer to ^0.19.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 30ac8a6..39ef220 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.16.0" +typer = "^0.19.0" jinja2 = "^3.1.6" [tool.poetry.group.dev.dependencies] -- 2.49.1