From 042921925dfb8e0b794df4ebaf663116d7f60f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 17:44:22 +0200 Subject: [PATCH] Bump typing-extensions from 4.7.1 to 4.8.0 (#4566) 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 38d9516c4fc..09606ed1f21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,4 +23,4 @@ securetar==2023.3.0 sentry-sdk==1.31.0 voluptuous==0.13.1 dbus-fast==2.2.0 -typing_extensions==4.7.1 +typing_extensions==4.8.0 diff --git a/requirements_tests.txt b/requirements_tests.txt index 348d447c77f..c134c159e83 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -12,5 +12,5 @@ pytest-timeout==2.1.0 pytest==7.4.2 pyupgrade==3.10.1 time-machine==2.12.0 -typing_extensions==4.7.1 +typing_extensions==4.8.0 urllib3==2.0.4