diff options
Diffstat (limited to 'testing/home-assistant/update-deps.patch')
-rw-r--r-- | testing/home-assistant/update-deps.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/home-assistant/update-deps.patch b/testing/home-assistant/update-deps.patch index 1c6f6fcd45..cb7f595766 100644 --- a/testing/home-assistant/update-deps.patch +++ b/testing/home-assistant/update-deps.patch @@ -8,10 +8,11 @@ 'jinja2>=2.8', - 'voluptuous==0.9.2', - 'typing>=3,<4', +- 'aiohttp==1.1.5', +- 'async_timeout==1.1.0', + 'voluptuous>=0.9.2', - 'aiohttp==1.0.5', -- 'async_timeout==1.0.0', -+ 'async_timeout>=1.0.0', ++ 'aiohttp>=1.1.5', ++ 'async_timeout>=1.1.0', ] setup( |