Upgrade psutil to 5.5.1 (#21171)
This commit is contained in:
parent
1afbc22ad5
commit
4d410bf5b9
2 changed files with 3 additions and 8 deletions
|
@ -1,9 +1,4 @@
|
|||
"""
|
||||
Support for monitoring the local system.
|
||||
|
||||
For more details about this platform, please refer to the documentation at
|
||||
https://home-assistant.io/components/sensor.systemmonitor/
|
||||
"""
|
||||
"""Support for monitoring the local system."""
|
||||
import logging
|
||||
import os
|
||||
import socket
|
||||
|
@ -16,7 +11,7 @@ from homeassistant.helpers.entity import Entity
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
import homeassistant.util.dt as dt_util
|
||||
|
||||
REQUIREMENTS = ['psutil==5.5.0']
|
||||
REQUIREMENTS = ['psutil==5.5.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -853,7 +853,7 @@ prometheus_client==0.2.0
|
|||
protobuf==3.6.1
|
||||
|
||||
# homeassistant.components.sensor.systemmonitor
|
||||
psutil==5.5.0
|
||||
psutil==5.5.1
|
||||
|
||||
# homeassistant.components.wink
|
||||
pubnubsub-handler==1.0.3
|
||||
|
|
Loading…
Add table
Reference in a new issue