From e5af7377e08ee0f2d9459ac9741f15121c4307d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 01:14:20 +0000 Subject: [PATCH] chore(deps): update dependency typing_extensions to v4.12.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b76a790..d62cd97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,5 +15,5 @@ rich==13.5.2 shellingham==1.5.3 tomli==2.0.1 typer==0.9.0 -typing_extensions==4.7.1 +typing_extensions==4.12.0 pyreadline3==3.4.1; platform_system == 'Windows'