From e854ce5c21a785a77138491c9eff2e7fdfa3ee44 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Tue, 27 Feb 2024 12:33:31 +0100 Subject: [PATCH] Update typing-extensions to 4.10.0 (#111538) --- homeassistant/package_constraints.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index c0404ac8de3..bd5065d0de0 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -54,7 +54,7 @@ pyudev==0.23.2 PyYAML==6.0.1 requests==2.31.0 SQLAlchemy==2.0.27 -typing-extensions>=4.9.0,<5.0 +typing-extensions>=4.10.0,<5.0 ulid-transform==0.9.0 urllib3>=1.26.5,<2 voluptuous-serialize==2.6.0 diff --git a/pyproject.toml b/pyproject.toml index 77be7031ffa..dbb32ed7cf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "python-slugify==8.0.4", "PyYAML==6.0.1", "requests==2.31.0", - "typing-extensions>=4.9.0,<5.0", + "typing-extensions>=4.10.0,<5.0", "ulid-transform==0.9.0", # Constrain urllib3 to ensure we deal with CVE-2020-26137 and CVE-2021-33503 # Temporary setting an upper bound, to prevent compat issues with urllib3>=2 diff --git a/requirements.txt b/requirements.txt index f2f98147831..3063b40d842 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ pip>=21.3.1 python-slugify==8.0.4 PyYAML==6.0.1 requests==2.31.0 -typing-extensions>=4.9.0,<5.0 +typing-extensions>=4.10.0,<5.0 ulid-transform==0.9.0 urllib3>=1.26.5,<2 voluptuous==0.13.1