Skip to content

Commit

Permalink
Cleanup package constraints (#68833)
Browse files Browse the repository at this point in the history
Co-authored-by: epenet <epenet@users.noreply.github.com>
  • Loading branch information
epenet and epenet authored Mar 29, 2022
1 parent 014aadb commit 35a5cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion script/gen_requirements_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit 35a5cca

Please sign in to comment.