From f8705a8074f32aa84aabfd62a41e15afd6e4120b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 24 Jul 2023 13:34:59 -0500 Subject: [PATCH] Bump anyio to 3.7.1 (#97165) --- 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 abee7ee1d00..d2ec1c7bdda 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.7.0 +anyio==3.7.1 h11==0.14.0 httpcore==0.17.3 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index f215b649bb2..9302d547786 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -102,7 +102,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.7.0 +anyio==3.7.1 h11==0.14.0 httpcore==0.17.3