From 7375764301955100006d202859776d87df304f88 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 21 Jun 2024 03:31:37 -0500 Subject: [PATCH] Bump anyio to 4.4.0 (#120061) --- 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 261e784c9dc..38f9d33575a 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -107,7 +107,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==4.3.0 +anyio==4.4.0 h11==0.14.0 httpcore==1.0.5 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 50bcd9968cd..57b4a2e1855 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -129,7 +129,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==4.3.0 +anyio==4.4.0 h11==0.14.0 httpcore==1.0.5