Upgrade psutil to 5.4.0 (#9869)
parent
f807a3a890
commit
00244380a8
|
@ -16,7 +16,7 @@ from homeassistant.helpers.entity import Entity
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
import homeassistant.util.dt as dt_util
|
||||
|
||||
REQUIREMENTS = ['psutil==5.3.1']
|
||||
REQUIREMENTS = ['psutil==5.4.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -524,7 +524,7 @@ proliphix==0.4.1
|
|||
prometheus_client==0.0.19
|
||||
|
||||
# homeassistant.components.sensor.systemmonitor
|
||||
psutil==5.3.1
|
||||
psutil==5.4.0
|
||||
|
||||
# homeassistant.components.wink
|
||||
pubnubsub-handler==1.0.2
|
||||
|
|
Loading…
Reference in New Issue