From ac11a438f6cc25c29420a4ddccd299559af7ad16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 07:05:59 +0000 Subject: [PATCH] feat(Dependencies): Update dependency typing-extensions to v4.12.2 | datasource | package | from | to | | ---------- | ----------------- | ----- | ------ | | pypi | typing-extensions | 4.8.0 | 4.12.2 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f60ceb2c..d80c8529 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3 snaptime==0.2.4 stevedore==5.1.0; python_version >= '3.6' toml==0.10.2 -typing-extensions==4.8.0; python_version < '3.8' +typing-extensions==4.12.2; python_version < '3.8' tzdata==2023.4; python_version >= '3.6' tzlocal==5.2; python_version >= '3.6' urllib3==1.26.19; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'