diff --git a/homeassistant/components/media_player/roku.py b/homeassistant/components/media_player/roku.py
index 5917f1e308344fb73425427fb587469080c4a4db..15b16eec11b1c6acf9c7a5167a82c0b9686d0226 100644
--- a/homeassistant/components/media_player/roku.py
+++ b/homeassistant/components/media_player/roku.py
@@ -16,7 +16,7 @@ from homeassistant.const import (
     CONF_HOST, STATE_IDLE, STATE_PLAYING, STATE_UNKNOWN, STATE_HOME)
 import homeassistant.helpers.config_validation as cv
 
-REQUIREMENTS = ['python-roku==3.1.3']
+REQUIREMENTS = ['python-roku==3.1.5']
 
 KNOWN_HOSTS = []
 DEFAULT_PORT = 8060
diff --git a/requirements_all.txt b/requirements_all.txt
index f7a76d1fe2dac6038ab4e84087db5b0cb18dfee3..f7c7ce2d889e758d39e1df1709246df593d04062 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -918,7 +918,7 @@ python-pushover==0.3
 python-ripple-api==0.0.3
 
 # homeassistant.components.media_player.roku
-python-roku==3.1.3
+python-roku==3.1.5
 
 # homeassistant.components.sensor.sochain
 python-sochain-api==0.0.2