From 826423d8ed428059fca5701a5c292c8a6287d53f Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Tue, 29 Mar 2022 11:44:19 +0200 Subject: [PATCH] Cleanup package constraints (#68833) Co-authored-by: epenet --- 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 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 = (