From 647a4ac13184094bb27bdc1f1f4d960bc0ba14c8 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sat, 8 Oct 2022 17:32:46 +0200 Subject: [PATCH] Update typing-extensions constraint to >=4.4.0 (#79860) --- 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 7cfae5f2813..269e4b9e573 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -38,7 +38,7 @@ pyyaml==6.0 requests==2.28.1 scapy==2.4.5 sqlalchemy==1.4.41 -typing-extensions>=3.10.0.2,<5.0 +typing-extensions>=4.4.0,<5.0 voluptuous-serialize==2.5.0 voluptuous==0.13.1 yarl==1.8.1 diff --git a/pyproject.toml b/pyproject.toml index 7838e3f7503..b5488631eac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "python-slugify==4.0.1", "pyyaml==6.0", "requests==2.28.1", - "typing-extensions>=3.10.0.2,<5.0", + "typing-extensions>=4.4.0,<5.0", "voluptuous==0.13.1", "voluptuous-serialize==2.5.0", "yarl==1.8.1", diff --git a/requirements.txt b/requirements.txt index 28d3c11081b..0dfc353823a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ pip>=21.0,<22.3 python-slugify==4.0.1 pyyaml==6.0 requests==2.28.1 -typing-extensions>=3.10.0.2,<5.0 +typing-extensions>=4.4.0,<5.0 voluptuous==0.13.1 voluptuous-serialize==2.5.0 yarl==1.8.1