From fbb2776277e4f970be87b55e3e7ec0039e34f35c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 10:02:41 +0200 Subject: [PATCH] Bump typing-extensions from 4.5.0 to 4.6.0 (#4305) 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 8cf614235..459f26043 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,4 +23,4 @@ securetar==2023.3.0 sentry-sdk==1.23.1 voluptuous==0.13.1 dbus-fast==1.86.0 -typing_extensions==4.5.0 +typing_extensions==4.6.0 diff --git a/requirements_tests.txt b/requirements_tests.txt index 087abda6f..4b971bcbe 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -12,5 +12,5 @@ pytest-timeout==2.1.0 pytest==7.3.1 pyupgrade==3.4.0 time-machine==2.9.0 -typing_extensions==4.5.0 +typing_extensions==4.6.0 urllib3==1.26.15