Upgrade psutil to 5.4.8 (#18086)
This commit is contained in:
parent
afc109a585
commit
c5f9220500
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ from homeassistant.helpers.entity import Entity
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
import homeassistant.util.dt as dt_util
|
import homeassistant.util.dt as dt_util
|
||||||
|
|
||||||
REQUIREMENTS = ['psutil==5.4.7']
|
REQUIREMENTS = ['psutil==5.4.8']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -747,7 +747,7 @@ proliphix==0.4.1
|
||||||
prometheus_client==0.2.0
|
prometheus_client==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.systemmonitor
|
# homeassistant.components.sensor.systemmonitor
|
||||||
psutil==5.4.7
|
psutil==5.4.8
|
||||||
|
|
||||||
# homeassistant.components.wink
|
# homeassistant.components.wink
|
||||||
pubnubsub-handler==1.0.2
|
pubnubsub-handler==1.0.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue