Upgrade psutil to 5.0.1 (#5072)
parent
ac1063266c
commit
ec89accd29
homeassistant/components/sensor
|
@ -15,7 +15,7 @@ from homeassistant.helpers.entity import Entity
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
import homeassistant.util.dt as dt_util
|
||||
|
||||
REQUIREMENTS = ['psutil==5.0.0']
|
||||
REQUIREMENTS = ['psutil==5.0.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -351,7 +351,7 @@ pmsensor==0.3
|
|||
proliphix==0.4.1
|
||||
|
||||
# homeassistant.components.sensor.systemmonitor
|
||||
psutil==5.0.0
|
||||
psutil==5.0.1
|
||||
|
||||
# homeassistant.components.wink
|
||||
pubnubsub-handler==0.0.5
|
||||
|
|
Loading…
Reference in New Issue