snmp: upgrade pysnmp to 4.3.4 (#6359)
* snmp: upgrade pysnmp to 4.3.4 fixes https://github.com/home-assistant/home-assistant/issues/6238 * snmp: v4.3.4: add missing definition changespull/6362/head
parent
c32300a386
commit
3fa8aff78e
|
@ -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'
|
||||
|
|
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue