snmp: upgrade pysnmp to 4.3.4 ()

* snmp: upgrade pysnmp to 4.3.4

fixes https://github.com/home-assistant/home-assistant/issues/6238

* snmp: v4.3.4: add missing definition changes
pull/6362/head
Micha LaQua 2017-03-02 16:12:44 +01:00 committed by Pascal Vizeli
parent c32300a386
commit 3fa8aff78e
3 changed files with 3 additions and 3 deletions
homeassistant/components
device_tracker
sensor

View File

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

View File

@ -16,7 +16,7 @@ from homeassistant.const import (
import homeassistant.helpers.config_validation as cv
from homeassistant.util import Throttle
REQUIREMENTS = ['pysnmp==4.3.3']
REQUIREMENTS = ['pysnmp==4.3.4']
_LOGGER = logging.getLogger(__name__)

View File

@ -558,7 +558,7 @@ pysma==0.1.3
# homeassistant.components.device_tracker.snmp
# homeassistant.components.sensor.snmp
pysnmp==4.3.3
pysnmp==4.3.4
# homeassistant.components.media_player.clementine
python-clementine-remote==1.0.1