mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Upgrade psutil to 5.5.0 (#20462)
This commit is contained in:
parent
9920699bb8
commit
38b1ce3fe0
@ -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.4.8']
|
||||
REQUIREMENTS = ['psutil==5.5.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -838,7 +838,7 @@ prometheus_client==0.2.0
|
||||
protobuf==3.6.1
|
||||
|
||||
# homeassistant.components.sensor.systemmonitor
|
||||
psutil==5.4.8
|
||||
psutil==5.5.0
|
||||
|
||||
# homeassistant.components.wink
|
||||
pubnubsub-handler==1.0.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user