Upgrade pysnmp to 4.3.7 (#7828)

This commit is contained in:
Fabian Affolter 2017-05-30 09:08:57 +02:00 committed by Pascal Vizeli
parent 2df6aabbf3
commit 1c4e097bed
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ from homeassistant.util import Throttle
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['pysnmp==4.3.6']
REQUIREMENTS = ['pysnmp==4.3.7']
CONF_COMMUNITY = 'community'
CONF_AUTHKEY = 'authkey'