Upgrade python-digitalocean to 1.11 (#6653)
This commit is contained in:
parent
5aaa1f8404
commit
3e72aa8643
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
|
from homeassistant.util import Throttle
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['python-digitalocean==1.10.1']
|
REQUIREMENTS = ['python-digitalocean==1.11']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -573,7 +573,7 @@ pysnmp==4.3.4
|
||||||
python-clementine-remote==1.0.1
|
python-clementine-remote==1.0.1
|
||||||
|
|
||||||
# homeassistant.components.digital_ocean
|
# homeassistant.components.digital_ocean
|
||||||
python-digitalocean==1.10.1
|
python-digitalocean==1.11
|
||||||
|
|
||||||
# homeassistant.components.climate.eq3btsmart
|
# homeassistant.components.climate.eq3btsmart
|
||||||
# python-eq3bt==0.1.5
|
# python-eq3bt==0.1.5
|
||||||
|
|
Loading…
Add table
Reference in a new issue