Upgrade pysnmp to 4.4.3 (#11317)

This commit is contained in:
Fabian Affolter 2017-12-27 09:17:43 +01:00 committed by Pascal Vizeli
parent 5be949f00f
commit af6c39f4d1
4 changed files with 4 additions and 4 deletions

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