Upgrade pysnmp to 4.4.6 (#18695)

This commit is contained in:
Fabian Affolter 2018-11-25 17:59:14 +01:00 committed by Daniel Høyer Iversen
parent 78b90be116
commit f387cdec59
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.5']
REQUIREMENTS = ['pysnmp==4.4.6']
_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_USERNAME, CONF_VALUE_TEMPLATE)
REQUIREMENTS = ['pysnmp==4.4.5']
REQUIREMENTS = ['pysnmp==4.4.6']
_LOGGER = logging.getLogger(__name__)

View File

@ -14,7 +14,7 @@ from homeassistant.const import (
CONF_USERNAME)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['pysnmp==4.4.5']
REQUIREMENTS = ['pysnmp==4.4.6']
_LOGGER = logging.getLogger(__name__)

View File

@ -1140,7 +1140,7 @@ pysma==0.2.2
# homeassistant.components.device_tracker.snmp
# homeassistant.components.sensor.snmp
# homeassistant.components.switch.snmp
pysnmp==4.4.5
pysnmp==4.4.6
# homeassistant.components.sonos
pysonos==0.0.5