From 67e07d8051cac4acc53b1a0df1ae1504b3e71598 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Tue, 28 Jun 2022 09:54:36 +0000 Subject: [PATCH] Update link --- 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 b260800daffe45..9f849146fe3aaa 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -116,5 +116,5 @@ backoff<2.0 pydantic!=1.9.1 # Pin charset-normalizer to 2.0.12 due to version conflict. -# https://github.com/home-assistant/core/pull/xxxx +# https://github.com/home-assistant/core/pull/74104 charset-normalizer==2.0.12 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index e8ab7306c4df21..c6b50c6bd32b43 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -134,7 +134,7 @@ pydantic!=1.9.1 # Pin charset-normalizer to 2.0.12 due to version conflict. -# https://github.com/home-assistant/core/pull/xxxx +# https://github.com/home-assistant/core/pull/74104 charset-normalizer==2.0.12 """