diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 4c74f29fe1a382..5b35992f9f1166 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -104,4 +104,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 dd3ff8651737d8..e3545ac0ece91f 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -121,7 +121,7 @@ # 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 = (