Upgrade blockchain to 1.4.0 (#9489)
This commit is contained in:
parent
252ee35d61
commit
8ea7e4bb55
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ from homeassistant.const import (
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
REQUIREMENTS = ['blockchain==1.3.3']
|
||||
REQUIREMENTS = ['blockchain==1.4.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -114,7 +114,7 @@ blinkstick==1.1.8
|
|||
# blinkt==0.1.0
|
||||
|
||||
# homeassistant.components.sensor.bitcoin
|
||||
blockchain==1.3.3
|
||||
blockchain==1.4.0
|
||||
|
||||
# homeassistant.components.light.decora
|
||||
# bluepy==1.1.1
|
||||
|
|
Loading…
Add table
Reference in a new issue