mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Update websockets pin (#149004)
This commit is contained in:
parent
b59d8b5730
commit
05566e1621
@ -150,12 +150,8 @@ protobuf==6.31.1
|
||||
# 2.1.18 is the first version that works with our wheel builder
|
||||
faust-cchardet>=2.1.18
|
||||
|
||||
# websockets 13.1 is the first version to fully support the new
|
||||
# asyncio implementation. The legacy implementation is now
|
||||
# deprecated as of websockets 14.0.
|
||||
# https://websockets.readthedocs.io/en/13.0.1/howto/upgrade.html#missing-features
|
||||
# https://websockets.readthedocs.io/en/stable/howto/upgrade.html
|
||||
websockets>=13.1
|
||||
# Prevent accidental fallbacks
|
||||
websockets>=15.0.1
|
||||
|
||||
# pysnmplib is no longer maintained and does not work with newer
|
||||
# python
|
||||
|
@ -176,12 +176,8 @@ protobuf==6.31.1
|
||||
# 2.1.18 is the first version that works with our wheel builder
|
||||
faust-cchardet>=2.1.18
|
||||
|
||||
# websockets 13.1 is the first version to fully support the new
|
||||
# asyncio implementation. The legacy implementation is now
|
||||
# deprecated as of websockets 14.0.
|
||||
# https://websockets.readthedocs.io/en/13.0.1/howto/upgrade.html#missing-features
|
||||
# https://websockets.readthedocs.io/en/stable/howto/upgrade.html
|
||||
websockets>=13.1
|
||||
# Prevent accidental fallbacks
|
||||
websockets>=15.0.1
|
||||
|
||||
# pysnmplib is no longer maintained and does not work with newer
|
||||
# python
|
||||
|
Loading…
x
Reference in New Issue
Block a user