From b846928454f9bedf30b6df0b01f78b78c402a3d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 08:29:24 +0000 Subject: [PATCH] chore(deps): update dependency typer to v0.12.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f6d5a14..5945af3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,6 @@ rich==13.7.1 ; python_version >= "3.10" and python_version < "4.0" six==1.16.0 ; python_version >= "3.10" and python_version < "4.0" soupsieve==2.6 ; python_version >= "3.10" and python_version < "4.0" tenacity==9.0.0 ; python_version >= "3.10" and python_version < "4.0" -typer==0.12.3 ; python_version >= "3.10" and python_version < "4.0" +typer==0.12.4 ; python_version >= "3.10" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "4.0" urllib3==2.2.2 ; python_version >= "3.10" and python_version < "4.0"