mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
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 changes
This commit is contained in:
parent
c32300a386
commit
3fa8aff78e
@ -19,7 +19,7 @@ from homeassistant.util import Throttle
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = ['pysnmp==4.3.3']
|
REQUIREMENTS = ['pysnmp==4.3.4']
|
||||||
|
|
||||||
CONF_COMMUNITY = 'community'
|
CONF_COMMUNITY = 'community'
|
||||||
CONF_AUTHKEY = 'authkey'
|
CONF_AUTHKEY = 'authkey'
|
||||||
|
@ -16,7 +16,7 @@ from homeassistant.const import (
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
|
|
||||||
REQUIREMENTS = ['pysnmp==4.3.3']
|
REQUIREMENTS = ['pysnmp==4.3.4']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -558,7 +558,7 @@ pysma==0.1.3
|
|||||||
|
|
||||||
# homeassistant.components.device_tracker.snmp
|
# homeassistant.components.device_tracker.snmp
|
||||||
# homeassistant.components.sensor.snmp
|
# homeassistant.components.sensor.snmp
|
||||||
pysnmp==4.3.3
|
pysnmp==4.3.4
|
||||||
|
|
||||||
# homeassistant.components.media_player.clementine
|
# homeassistant.components.media_player.clementine
|
||||||
python-clementine-remote==1.0.1
|
python-clementine-remote==1.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user