diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 1066aa319de..14a0a0d0a2e 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -43,7 +43,7 @@ pyyaml==6.0 requests==2.28.1 scapy==2.5.0 sqlalchemy==2.0.3 -typing-extensions>=4.4.0,<5.0 +typing-extensions>=4.5.0,<5.0 voluptuous-serialize==2.6.0 voluptuous==0.13.1 yarl==1.8.1 diff --git a/pyproject.toml b/pyproject.toml index c80e46d10fd..61e410c6bd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "python-slugify==4.0.1", "pyyaml==6.0", "requests==2.28.1", - "typing-extensions>=4.4.0,<5.0", + "typing-extensions>=4.5.0,<5.0", "voluptuous==0.13.1", "voluptuous-serialize==2.6.0", "yarl==1.8.1", diff --git a/requirements.txt b/requirements.txt index 5037533322c..aa6e85d1520 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ pip>=21.0,<23.1 python-slugify==4.0.1 pyyaml==6.0 requests==2.28.1 -typing-extensions>=4.4.0,<5.0 +typing-extensions>=4.5.0,<5.0 voluptuous==0.13.1 voluptuous-serialize==2.6.0 yarl==1.8.1