Upgrade pysnmp to 4.4.4 (#11485)

This commit is contained in:
Fabian Affolter 2018-01-06 19:54:15 +01:00 committed by GitHub
parent a0df165011
commit b22a26891e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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_VALUE_TEMPLATE)
REQUIREMENTS = ['pysnmp==4.4.3']
REQUIREMENTS = ['pysnmp==4.4.4']
_LOGGER = logging.getLogger(__name__)