From 1c957ce22aba53ef979ece82b823e6954348b770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:41:49 +0000 Subject: [PATCH] Bump typing-extensions from 4.12.0 to 4.12.2 (#1982) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cfabfa266f..1b84f55785 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ rich==13.7.1 six==1.16.0; python_version >= '3.4' tqdm==4.66.4 types-decorator==5.1.8.20240310; python_version >= '3.8' -typing-extensions==4.12.0; python_version >= '3.8' +typing-extensions==4.12.2; python_version >= '3.8' url-normalize==1.4.3; python_version >= '3.6' urllib3==2.2.1; python_version >= '3.8' wcwidth==0.2.13