Upgrade python-digitalocean to 1.10.1 (#4276)
This commit is contained in:
parent
8cc5fc1369
commit
b4159c7dc9
2 changed files with 2 additions and 2 deletions
|
@ -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.10.0']
|
||||
REQUIREMENTS = ['python-digitalocean==1.10.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -407,7 +407,7 @@ pyserial==3.1.1
|
|||
pysnmp==4.3.2
|
||||
|
||||
# homeassistant.components.digital_ocean
|
||||
python-digitalocean==1.10.0
|
||||
python-digitalocean==1.10.1
|
||||
|
||||
# homeassistant.components.sensor.darksky
|
||||
python-forecastio==1.3.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue