From ea2232b44cfc9871bbf1efecbfb93030da70ab01 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 11 Nov 2024 05:40:54 +0000 Subject: [PATCH] Update dependencies in `pyproject.toml` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16fa746..da61314 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ cli = [ "httpx-auth ~=0.22.0", "pyyaml ~=6.0", - "typer[all] ~=0.12.5", + "typer[all] ~=0.13.0", ] testing = [ "cryptography ~=43.0",