From 35a5cca1ca1a69148182f796859c5d97c9456630 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 4c74f29fe1a..5b35992f9f1 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 dd3ff865173..e3545ac0ece 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -121,7 +121,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 = (