From e7cc7e971fe1147958979f6002dab2f36825fa03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 09:17:50 +0200 Subject: [PATCH] Bump typing-extensions from 4.7.0 to 4.7.1 (#4419) 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 a2bf8fc68..184c33361 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,4 +23,4 @@ securetar==2023.3.0 sentry-sdk==1.26.0 voluptuous==0.13.1 dbus-fast==1.86.0 -typing_extensions==4.7.0 +typing_extensions==4.7.1 diff --git a/requirements_tests.txt b/requirements_tests.txt index fc5f5d6a2..0ee170547 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -12,5 +12,5 @@ pytest-timeout==2.1.0 pytest==7.4.0 pyupgrade==3.7.0 time-machine==2.10.0 -typing_extensions==4.7.0 +typing_extensions==4.7.1 urllib3==2.0.3