Upgrade pysnmp to 4.4.8 (#19961)

This commit is contained in:
Fabian Affolter 2019-01-11 16:47:53 +01:00 committed by Charles Garwood
parent 734d8c52e9
commit 2228f2ef66
4 changed files with 4 additions and 4 deletions

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.6']
REQUIREMENTS = ['pysnmp==4.4.8']
_LOGGER = logging.getLogger(__name__)