Pin charset-normalizer to 2.0.12 (#74104)

This commit is contained in:
Joakim Sørensen
2022-06-28 18:20:56 +02:00
committed by GitHub
parent 54138cda41
commit 2f60db6f80
2 changed files with 8 additions and 0 deletions

View File

@@ -114,3 +114,7 @@ backoff<2.0
# Breaking change in version # Breaking change in version
# https://github.com/samuelcolvin/pydantic/issues/4092 # https://github.com/samuelcolvin/pydantic/issues/4092
pydantic!=1.9.1 pydantic!=1.9.1
# Pin charset-normalizer to 2.0.12 due to version conflict.
# https://github.com/home-assistant/core/pull/74104
charset-normalizer==2.0.12

View File

@@ -132,6 +132,10 @@ backoff<2.0
# Breaking change in version # Breaking change in version
# https://github.com/samuelcolvin/pydantic/issues/4092 # https://github.com/samuelcolvin/pydantic/issues/4092
pydantic!=1.9.1 pydantic!=1.9.1
# Pin charset-normalizer to 2.0.12 due to version conflict.
# https://github.com/home-assistant/core/pull/74104
charset-normalizer==2.0.12
""" """
IGNORE_PRE_COMMIT_HOOK_ID = ( IGNORE_PRE_COMMIT_HOOK_ID = (