1
0
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:
J. Nick Koston
2023-04-06 18:03:33 -10:00
committed by GitHub
parent 823eb23600
commit 0fb210b886
3 changed files with 5 additions and 5 deletions

View File

@@ -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 = (