mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Upgrade python-digitalocean to 1.10.0 (#3921)
This commit is contained in:
parent
d921073e77
commit
7d67017de7
@ -13,7 +13,7 @@ from homeassistant.const import CONF_ACCESS_TOKEN
|
||||
from homeassistant.util import Throttle
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['python-digitalocean==1.9.0']
|
||||
REQUIREMENTS = ['python-digitalocean==1.10.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -384,7 +384,7 @@ pyserial==3.1.1
|
||||
pysnmp==4.3.2
|
||||
|
||||
# homeassistant.components.digital_ocean
|
||||
python-digitalocean==1.9.0
|
||||
python-digitalocean==1.10.0
|
||||
|
||||
# homeassistant.components.sensor.darksky
|
||||
python-forecastio==1.3.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user