mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Bump websockets constraint to 11.0.1+ (#90901)
This commit is contained in:
@@ -164,9 +164,9 @@ uamqp==1.6.0;python_version<'3.11'
|
||||
faust-cchardet>=2.1.18
|
||||
|
||||
# websockets 11.0 is missing files in the source distribution
|
||||
# which break wheel builds
|
||||
# which break wheel builds so we need at least 11.0.1
|
||||
# https://github.com/aaugustin/websockets/issues/1329
|
||||
websockets<11.0
|
||||
websockets>=11.0.1
|
||||
"""
|
||||
|
||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||
|
||||
Reference in New Issue
Block a user