From 0cdc9af464373f1cafa8d4570f39c30f7677bf61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:39:04 +0200 Subject: [PATCH] chore(deps): update dependency typer to v0.12.4 (#53) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74521d9..d523f04 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.4"] [project.urls] Documentation = "https://github.com/InCogNiTo124/knarrow#readme"