Upgrade psutil to 4.4.2 (#4079)
This commit is contained in:
parent
726d950522
commit
02d1dc6247
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ from homeassistant.helpers.entity import Entity
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
import homeassistant.util.dt as dt_util
|
||||
|
||||
REQUIREMENTS = ['psutil==4.4.0']
|
||||
REQUIREMENTS = ['psutil==4.4.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -309,7 +309,7 @@ pmsensor==0.3
|
|||
proliphix==0.4.0
|
||||
|
||||
# homeassistant.components.sensor.systemmonitor
|
||||
psutil==4.4.0
|
||||
psutil==4.4.2
|
||||
|
||||
# homeassistant.components.wink
|
||||
pubnub==3.8.2
|
||||
|
|
Loading…
Add table
Reference in a new issue