mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Upgrade psutil to 5.2.0 (#6585)
This commit is contained in:
parent
9c37437a59
commit
4a08067b9c
@ -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.1.3']
|
||||
REQUIREMENTS = ['psutil==5.2.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -422,7 +422,7 @@ pmsensor==0.4
|
||||
proliphix==0.4.1
|
||||
|
||||
# homeassistant.components.sensor.systemmonitor
|
||||
psutil==5.1.3
|
||||
psutil==5.2.0
|
||||
|
||||
# homeassistant.components.wink
|
||||
pubnubsub-handler==1.0.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user