mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Upgrade psutil to 5.2.1 (#6771)
This commit is contained in:
@@ -16,7 +16,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==5.2.0']
|
REQUIREMENTS = ['psutil==5.2.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@@ -435,7 +435,7 @@ pmsensor==0.4
|
|||||||
proliphix==0.4.1
|
proliphix==0.4.1
|
||||||
|
|
||||||
# homeassistant.components.sensor.systemmonitor
|
# homeassistant.components.sensor.systemmonitor
|
||||||
psutil==5.2.0
|
psutil==5.2.1
|
||||||
|
|
||||||
# homeassistant.components.wink
|
# homeassistant.components.wink
|
||||||
pubnubsub-handler==1.0.1
|
pubnubsub-handler==1.0.1
|
||||||
|
Reference in New Issue
Block a user