From b59347b3d36477cf3b8c2be36cfdbbfcc0bd075c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 08:32:48 +0200 Subject: [PATCH] Bump typing-extensions from 4.11.0 to 4.12.0 (#5107) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- requirements_tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1a7393540..fb7b2319a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,5 +26,5 @@ sentry-sdk==2.3.1 setuptools==70.0.0 voluptuous==0.14.2 dbus-fast==2.21.3 -typing_extensions==4.11.0 +typing_extensions==4.12.0 zlib-fast==0.2.0 diff --git a/requirements_tests.txt b/requirements_tests.txt index feda15982..b7fed302f 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -8,5 +8,5 @@ pytest-timeout==2.3.1 pytest==8.2.1 ruff==0.4.5 time-machine==2.14.1 -typing_extensions==4.11.0 +typing_extensions==4.12.0 urllib3==2.2.1