From e8c87874b3eedc1f0204ca2e677efba93764f0e8 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 12 Jun 2023 22:36:25 -1000 Subject: [PATCH] Bump anyio to 3.7.0 (#94516) --- homeassistant/package_constraints.txt | 2 +- script/gen_requirements_all.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index f30433d0a79..f90f42d1430 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -100,7 +100,7 @@ regex==2021.8.28 # these requirements are quite loose. As the entire stack has some outstanding issues, and # even newer versions seem to introduce new issues, it's useful for us to pin all these # requirements so we can directly link HA versions to these library versions. -anyio==3.6.2 +anyio==3.7.0 h11==0.14.0 httpcore==0.17.0 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index e71cdcf7bc1..089bc688f43 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -104,7 +104,7 @@ regex==2021.8.28 # these requirements are quite loose. As the entire stack has some outstanding issues, and # even newer versions seem to introduce new issues, it's useful for us to pin all these # requirements so we can directly link HA versions to these library versions. -anyio==3.6.2 +anyio==3.7.0 h11==0.14.0 httpcore==0.17.0