From 33cdb3a750ca5d5214b3faf3fc02f92e7bfe4f79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 19:52:05 +0000 Subject: [PATCH] chore(deps): update dependency cli/typer to v0.12.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74521d9..84baadf 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.3"] [project.urls] Documentation = "https://github.com/InCogNiTo124/knarrow#readme"