diff --git a/homeassistant/components/sensor/yahoo_finance.py b/homeassistant/components/sensor/yahoo_finance.py index a389a13656d..1cf275c28e7 100644 --- a/homeassistant/components/sensor/yahoo_finance.py +++ b/homeassistant/components/sensor/yahoo_finance.py @@ -15,7 +15,7 @@ from homeassistant.helpers.entity import Entity from homeassistant.util import Throttle import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['yahoo-finance==1.2.1'] +REQUIREMENTS = ['yahoo-finance==1.3.2'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 5ec6876efaa..e8d7a671943 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -543,7 +543,7 @@ xboxapi==0.1.1 xmltodict==0.10.2 # homeassistant.components.sensor.yahoo_finance -yahoo-finance==1.2.1 +yahoo-finance==1.3.2 # homeassistant.components.sensor.yweather yahooweather==0.8