From f9aedadee60db23841df19c87b5aae2716729763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:52:23 +0200 Subject: [PATCH] Bump typing-extensions from 4.10.0 to 4.11.0 (#5002) 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 357ee3414..1e1b44947 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,5 +25,5 @@ sentry-sdk==1.44.1 setuptools==69.2.0 voluptuous==0.14.2 dbus-fast==2.21.1 -typing_extensions==4.10.0 +typing_extensions==4.11.0 zlib-fast==0.2.0 diff --git a/requirements_tests.txt b/requirements_tests.txt index ac72e904c..794c659de 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -8,5 +8,5 @@ pytest-timeout==2.3.1 pytest==8.1.1 ruff==0.3.5 time-machine==2.14.1 -typing_extensions==4.10.0 +typing_extensions==4.11.0 urllib3==2.2.1