Pin backoff <2.0 (#70817)

This commit is contained in:
Marc Mueller 2022-04-26 22:12:48 +02:00 committed by GitHub
parent 6ce768465f
commit 0959ee4353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -101,3 +101,7 @@ multidict>=6.0.2
# Required for compatibility with point integration - ensure_active_token # Required for compatibility with point integration - ensure_active_token
# https://github.com/home-assistant/core/pull/68176 # https://github.com/home-assistant/core/pull/68176
authlib<1.0 authlib<1.0
# Pin backoff for compatibility until most libraries have been updated
# https://github.com/home-assistant/core/pull/70817
backoff<2.0

View file

@ -118,6 +118,10 @@ multidict>=6.0.2
# Required for compatibility with point integration - ensure_active_token # Required for compatibility with point integration - ensure_active_token
# https://github.com/home-assistant/core/pull/68176 # https://github.com/home-assistant/core/pull/68176
authlib<1.0 authlib<1.0
# Pin backoff for compatibility until most libraries have been updated
# https://github.com/home-assistant/core/pull/70817
backoff<2.0
""" """
IGNORE_PRE_COMMIT_HOOK_ID = ( IGNORE_PRE_COMMIT_HOOK_ID = (