From 08c4e82cf95341580fc707bc04ae6854fd3d7671 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 18 Sep 2023 11:58:47 +0200 Subject: [PATCH] Update typing-extensions to 4.8.0 (#100545) --- 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 5aa3a010d64..df72b224c63 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -47,7 +47,7 @@ PyYAML==6.0.1 requests==2.31.0 scapy==2.5.0 SQLAlchemy==2.0.15 -typing-extensions>=4.7.0,<5.0 +typing-extensions>=4.8.0,<5.0 ulid-transform==0.8.1 voluptuous-serialize==2.6.0 voluptuous==0.13.1 diff --git a/pyproject.toml b/pyproject.toml index bfc3472651c..28c60e98269 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "python-slugify==4.0.1", "PyYAML==6.0.1", "requests==2.31.0", - "typing-extensions>=4.7.0,<5.0", + "typing-extensions>=4.8.0,<5.0", "ulid-transform==0.8.1", "voluptuous==0.13.1", "voluptuous-serialize==2.6.0", diff --git a/requirements.txt b/requirements.txt index 2f6024a2e6a..40f7584ca31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ pip>=21.3.1 python-slugify==4.0.1 PyYAML==6.0.1 requests==2.31.0 -typing-extensions>=4.7.0,<5.0 +typing-extensions>=4.8.0,<5.0 ulid-transform==0.8.1 voluptuous==0.13.1 voluptuous-serialize==2.6.0