From 547f42439de8e3c04c4324237b4002bb2e1a4a73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 08:49:42 +0200 Subject: [PATCH] Bump typing-extensions from 4.12.1 to 4.12.2 (#5129) 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 5c141d6f7..54d4c9ad2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,5 +26,5 @@ sentry-sdk==2.5.0 setuptools==70.0.0 voluptuous==0.14.2 dbus-fast==2.21.3 -typing_extensions==4.12.1 +typing_extensions==4.12.2 zlib-fast==0.2.0 diff --git a/requirements_tests.txt b/requirements_tests.txt index 7ae058ca5..cea458492 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -8,5 +8,5 @@ pytest-timeout==2.3.1 pytest==8.2.2 ruff==0.4.8 time-machine==2.14.1 -typing_extensions==4.12.1 +typing_extensions==4.12.2 urllib3==2.2.1