mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Upgrade yahoo-finance to 1.4.0 (#4483)
This commit is contained in:
@@ -15,7 +15,7 @@ from homeassistant.helpers.entity import Entity
|
|||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['yahoo-finance==1.3.2']
|
REQUIREMENTS = ['yahoo-finance==1.4.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@@ -572,7 +572,7 @@ xboxapi==0.1.1
|
|||||||
xmltodict==0.10.2
|
xmltodict==0.10.2
|
||||||
|
|
||||||
# homeassistant.components.sensor.yahoo_finance
|
# homeassistant.components.sensor.yahoo_finance
|
||||||
yahoo-finance==1.3.2
|
yahoo-finance==1.4.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.yweather
|
# homeassistant.components.sensor.yweather
|
||||||
yahooweather==0.8
|
yahooweather==0.8
|
||||||
|
Reference in New Issue
Block a user