Upgrade pysnmp to 4.3.2

This commit is contained in:
Fabian Affolter 2016-03-23 23:57:32 +01:00
parent a0be348f3a
commit 38e6f8fdab
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ from homeassistant.util import Throttle
MIN_TIME_BETWEEN_SCANS = timedelta(seconds=10) MIN_TIME_BETWEEN_SCANS = timedelta(seconds=10)
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['pysnmp==4.2.5'] REQUIREMENTS = ['pysnmp==4.3.2']
CONF_COMMUNITY = "community" CONF_COMMUNITY = "community"
CONF_BASEOID = "baseoid" CONF_BASEOID = "baseoid"

View File

@ -183,7 +183,7 @@ pynx584==0.2
pyowm==2.3.0 pyowm==2.3.0
# homeassistant.components.device_tracker.snmp # homeassistant.components.device_tracker.snmp
pysnmp==4.2.5 pysnmp==4.3.2
# homeassistant.components.sensor.forecast # homeassistant.components.sensor.forecast
python-forecastio==1.3.3 python-forecastio==1.3.3