mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Block bad pubnub version (#75138)
This commit is contained in:
parent
d1ffc7e9e3
commit
1768315c50
@ -114,3 +114,7 @@ backoff<2.0
|
||||
# Breaking change in version
|
||||
# https://github.com/samuelcolvin/pydantic/issues/4092
|
||||
pydantic!=1.9.1
|
||||
|
||||
# Breaks asyncio
|
||||
# https://github.com/pubnub/python/issues/130
|
||||
pubnub!=6.4.0
|
||||
|
@ -132,6 +132,10 @@ backoff<2.0
|
||||
# Breaking change in version
|
||||
# https://github.com/samuelcolvin/pydantic/issues/4092
|
||||
pydantic!=1.9.1
|
||||
|
||||
# Breaks asyncio
|
||||
# https://github.com/pubnub/python/issues/130
|
||||
pubnub!=6.4.0
|
||||
"""
|
||||
|
||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user