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