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