mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Upgrade psutil to 4.4.2 (#4079)
This commit is contained in:
parent
726d950522
commit
02d1dc6247
@ -14,7 +14,7 @@ from homeassistant.helpers.entity import Entity
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
import homeassistant.util.dt as dt_util
|
import homeassistant.util.dt as dt_util
|
||||||
|
|
||||||
REQUIREMENTS = ['psutil==4.4.0']
|
REQUIREMENTS = ['psutil==4.4.2']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -309,7 +309,7 @@ pmsensor==0.3
|
|||||||
proliphix==0.4.0
|
proliphix==0.4.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.systemmonitor
|
# homeassistant.components.sensor.systemmonitor
|
||||||
psutil==4.4.0
|
psutil==4.4.2
|
||||||
|
|
||||||
# homeassistant.components.wink
|
# homeassistant.components.wink
|
||||||
pubnub==3.8.2
|
pubnub==3.8.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user