From 6f2f8e88a645ee439321675696a320100d5541b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 09:19:39 +0200 Subject: [PATCH] Bump typing-extensions from 4.6.2 to 4.6.3 (#4334) 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 568654497..8919ed47f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,4 +23,4 @@ securetar==2023.3.0 sentry-sdk==1.24.0 voluptuous==0.13.1 dbus-fast==1.86.0 -typing_extensions==4.6.2 +typing_extensions==4.6.3 diff --git a/requirements_tests.txt b/requirements_tests.txt index 46fa14a41..0a817bc56 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.6.2 +typing_extensions==4.6.3 urllib3==1.26.15