From e30d8e40509e4de3a7509030364ed3a0353bfff1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 02:18:41 +0000 Subject: [PATCH] chore(deps): update dependency cli/typer to v0.12.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74521d9..1365cc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ dynamic = ["version"] [project.optional-dependencies] -cli = ["typer[all]==0.9.0"] +cli = ["typer[all]==0.12.1"] [project.urls] Documentation = "https://github.com/InCogNiTo124/knarrow#readme"