mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Upgrade psutil to 5.1.2 (#5745)
This commit is contained in:
parent
4cb20ce6d9
commit
6164b61e14
@ -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.1']
|
||||
REQUIREMENTS = ['psutil==5.1.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -382,7 +382,7 @@ pmsensor==0.3
|
||||
proliphix==0.4.1
|
||||
|
||||
# homeassistant.components.sensor.systemmonitor
|
||||
psutil==5.1.1
|
||||
psutil==5.1.2
|
||||
|
||||
# homeassistant.components.wink
|
||||
pubnubsub-handler==1.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user