Upgrade python-digitalocean to 1.12 (#8241)
This commit is contained in:
parent
5dde0c2201
commit
4bd96fd437
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.11']
|
||||
REQUIREMENTS = ['python-digitalocean==1.12']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -680,7 +680,7 @@ python-blockchain-api==0.0.2
|
|||
python-clementine-remote==1.0.1
|
||||
|
||||
# homeassistant.components.digital_ocean
|
||||
python-digitalocean==1.11
|
||||
python-digitalocean==1.12
|
||||
|
||||
# homeassistant.components.ecobee
|
||||
python-ecobee-api==0.0.7
|
||||
|
|
Loading…
Add table
Reference in a new issue