From 98a6999ae0654af2d0ff99d0947a42978757a84a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 21:40:04 +0000 Subject: [PATCH] chore(deps): update dependency typing_extensions to v4.12.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b76a790..e6af15b 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.2 pyreadline3==3.4.1; platform_system == 'Windows'