Upgrade pysnmp to 4.4.5 (#15854)

This commit is contained in:
Fabian Affolter 2018-08-07 09:13:01 +02:00 committed by GitHub
parent 51c30980df
commit 1d8678c431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ from homeassistant.components.device_tracker import (
DOMAIN, PLATFORM_SCHEMA, DeviceScanner)
from homeassistant.const import CONF_HOST
REQUIREMENTS = ['pysnmp==4.4.4']
REQUIREMENTS = ['pysnmp==4.4.5']
_LOGGER = logging.getLogger(__name__)

View File

@ -16,7 +16,7 @@ from homeassistant.const import (
CONF_HOST, CONF_NAME, CONF_PORT, CONF_UNIT_OF_MEASUREMENT, STATE_UNKNOWN,
CONF_VALUE_TEMPLATE)
REQUIREMENTS = ['pysnmp==4.4.4']
REQUIREMENTS = ['pysnmp==4.4.5']
_LOGGER = logging.getLogger(__name__)

View File

@ -13,7 +13,7 @@ from homeassistant.const import (
CONF_HOST, CONF_NAME, CONF_PORT, CONF_PAYLOAD_ON, CONF_PAYLOAD_OFF)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['pysnmp==4.4.4']
REQUIREMENTS = ['pysnmp==4.4.5']
_LOGGER = logging.getLogger(__name__)

View File

@ -1017,7 +1017,7 @@ pysma==0.2
# homeassistant.components.device_tracker.snmp
# homeassistant.components.sensor.snmp
# homeassistant.components.switch.snmp
pysnmp==4.4.4
pysnmp==4.4.5
# homeassistant.components.notify.stride
pystride==0.1.7