From d010827eb999d3c1b81e5db621f6b9b862a64442 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:58:03 +0000 Subject: [PATCH] fix(deps): update dependency typer to v0.15.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 017dc64..421b636 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ dynamic = ["version"] [project.optional-dependencies] -cli = ["typer[all]==0.14.0"] +cli = ["typer[all]==0.15.1"] [project.urls] Documentation = "https://github.com/InCogNiTo124/knarrow#readme"