mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Pin python-engineio and python-socketio (#64074)
Prevent potential dependency conflicts between sisyphus-control and aioambient
This commit is contained in:
parent
64c5f69c3d
commit
c6acd8efa4
@ -86,3 +86,9 @@ anyio>=3.3.1
|
|||||||
|
|
||||||
# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
|
# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
|
||||||
pytest_asyncio==1000000000.0.0
|
pytest_asyncio==1000000000.0.0
|
||||||
|
|
||||||
|
# Prevent dependency conflicts between sisyphus-control and aioambient
|
||||||
|
# until upper bounds for sisyphus-control have been updated
|
||||||
|
# https://github.com/jkeljo/sisyphus-control/issues/6
|
||||||
|
python-engineio>=3.13.1,<4.0
|
||||||
|
python-socketio>=4.6.0,<5.0
|
||||||
|
@ -111,6 +111,12 @@ anyio>=3.3.1
|
|||||||
|
|
||||||
# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
|
# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
|
||||||
pytest_asyncio==1000000000.0.0
|
pytest_asyncio==1000000000.0.0
|
||||||
|
|
||||||
|
# Prevent dependency conflicts between sisyphus-control and aioambient
|
||||||
|
# until upper bounds for sisyphus-control have been updated
|
||||||
|
# https://github.com/jkeljo/sisyphus-control/issues/6
|
||||||
|
python-engineio>=3.13.1,<4.0
|
||||||
|
python-socketio>=4.6.0,<5.0
|
||||||
"""
|
"""
|
||||||
|
|
||||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user