From 51dc8b78ccfbe6c0e103075e6dd214f255867a94 Mon Sep 17 00:00:00 2001
From: Adam Mills <adam@armills.info>
Date: Thu, 6 Apr 2017 18:12:24 -0400
Subject: [PATCH] Update kodi for aiohttp2 (#6967)

---
 homeassistant/components/media_player/kodi.py | 2 +-
 homeassistant/components/notify/kodi.py       | 2 +-
 requirements_all.txt                          | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/homeassistant/components/media_player/kodi.py b/homeassistant/components/media_player/kodi.py
index 97b10d03f0e..a137a332f7e 100644
--- a/homeassistant/components/media_player/kodi.py
+++ b/homeassistant/components/media_player/kodi.py
@@ -27,7 +27,7 @@ from homeassistant.helpers.aiohttp_client import async_get_clientsession
 import homeassistant.helpers.config_validation as cv
 from homeassistant.helpers.deprecation import get_deprecated
 
-REQUIREMENTS = ['jsonrpc-async==0.4', 'jsonrpc-websocket==0.3']
+REQUIREMENTS = ['jsonrpc-async==0.6', 'jsonrpc-websocket==0.5']
 
 _LOGGER = logging.getLogger(__name__)
 
diff --git a/homeassistant/components/notify/kodi.py b/homeassistant/components/notify/kodi.py
index be0d94afd55..db72fff37d5 100644
--- a/homeassistant/components/notify/kodi.py
+++ b/homeassistant/components/notify/kodi.py
@@ -19,7 +19,7 @@ from homeassistant.components.notify import (
 from homeassistant.helpers.aiohttp_client import async_get_clientsession
 import homeassistant.helpers.config_validation as cv
 
-REQUIREMENTS = ['jsonrpc-async==0.4']
+REQUIREMENTS = ['jsonrpc-async==0.6']
 
 _LOGGER = logging.getLogger(__name__)
 
diff --git a/requirements_all.txt b/requirements_all.txt
index 86305ed8722..121b4845372 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -337,10 +337,10 @@ insteonplm==0.7.4
 
 # homeassistant.components.media_player.kodi
 # homeassistant.components.notify.kodi
-jsonrpc-async==0.4
+jsonrpc-async==0.6
 
 # homeassistant.components.media_player.kodi
-jsonrpc-websocket==0.3
+jsonrpc-websocket==0.5
 
 # homeassistant.scripts.keyring
 keyring>=9.3,<10.0
-- 
GitLab