diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index ffc4f7da828..7db411585ef 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -102,4 +102,4 @@ authlib<1.0 # Required for compatibility with typer, used by pyunifiprotect integration # https://github.com/tiangolo/typer/pull/375 -click<=8.0.4" +click<=8.0.4 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index d5d67643b0d..5b61938a209 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -131,7 +131,7 @@ authlib<1.0 # Required for compatibility with typer, used by pyunifiprotect integration # https://github.com/tiangolo/typer/pull/375 -click<=8.0.4" +click<=8.0.4 """ IGNORE_PRE_COMMIT_HOOK_ID = (