From e1c486fc4a82111c5747b93d219bfecce8755ea2 Mon Sep 17 00:00:00 2001 From: Dominik Date: Thu, 15 Jun 2023 12:30:52 +0200 Subject: [PATCH] Bump minimum typing_extensions to 4.6.3 (#94587) --- 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 a7688415905..3c4fc9a6746 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -46,7 +46,7 @@ pyyaml==6.0 requests==2.31.0 scapy==2.5.0 sqlalchemy==2.0.15 -typing-extensions>=4.5.0,<5.0 +typing_extensions>=4.6.3,<5.0 ulid-transform==0.7.2 voluptuous-serialize==2.6.0 voluptuous==0.13.1 diff --git a/pyproject.toml b/pyproject.toml index ff8898aa90a..5f3c1b4f71e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "python-slugify==4.0.1", "pyyaml==6.0", "requests==2.31.0", - "typing-extensions>=4.5.0,<5.0", + "typing_extensions>=4.6.3,<5.0", "ulid-transform==0.7.2", "voluptuous==0.13.1", "voluptuous-serialize==2.6.0", diff --git a/requirements.txt b/requirements.txt index 818eeec8515..48dfff5d662 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ pip>=21.0,<23.2 python-slugify==4.0.1 pyyaml==6.0 requests==2.31.0 -typing-extensions>=4.5.0,<5.0 +typing_extensions>=4.6.3,<5.0 ulid-transform==0.7.2 voluptuous==0.13.1 voluptuous-serialize==2.6.0