Upgrade psutil to 5.6.5 (#28717)

pull/28746/head
Fabian Affolter 2019-11-13 08:43:14 +01:00 committed by GitHub
parent 4bcc669d19
commit b4cec23add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View File

@ -3,7 +3,7 @@
"name": "Systemmonitor",
"documentation": "https://www.home-assistant.io/integrations/systemmonitor",
"requirements": [
"psutil==5.6.3"
"psutil==5.6.5"
],
"dependencies": [],
"codeowners": []

View File

@ -7,12 +7,11 @@ import psutil
import voluptuous as vol
from homeassistant.components.sensor import PLATFORM_SCHEMA
from homeassistant.const import CONF_RESOURCES, STATE_OFF, STATE_ON, CONF_TYPE
from homeassistant.helpers.entity import Entity
from homeassistant.const import CONF_RESOURCES, CONF_TYPE, STATE_OFF, STATE_ON
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity import Entity
import homeassistant.util.dt as dt_util
# mypy: allow-untyped-defs, no-check-untyped-defs
_LOGGER = logging.getLogger(__name__)

View File

@ -1020,7 +1020,7 @@ prometheus_client==0.7.1
protobuf==3.6.1
# homeassistant.components.systemmonitor
psutil==5.6.3
psutil==5.6.5
# homeassistant.components.ptvsd
ptvsd==4.2.8