From 38e6f8fdab39e705c64dc5cbf77c001568e4685d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 23 Mar 2016 23:57:32 +0100 Subject: [PATCH] Upgrade pysnmp to 4.3.2 --- homeassistant/components/device_tracker/snmp.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/device_tracker/snmp.py b/homeassistant/components/device_tracker/snmp.py index f6df3f0a509..f26ce6efc66 100644 --- a/homeassistant/components/device_tracker/snmp.py +++ b/homeassistant/components/device_tracker/snmp.py @@ -18,7 +18,7 @@ from homeassistant.util import Throttle MIN_TIME_BETWEEN_SCANS = timedelta(seconds=10) _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ['pysnmp==4.2.5'] +REQUIREMENTS = ['pysnmp==4.3.2'] CONF_COMMUNITY = "community" CONF_BASEOID = "baseoid" diff --git a/requirements_all.txt b/requirements_all.txt index 56e9f1c9532..521c7f9313e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -183,7 +183,7 @@ pynx584==0.2 pyowm==2.3.0 # homeassistant.components.device_tracker.snmp -pysnmp==4.2.5 +pysnmp==4.3.2 # homeassistant.components.sensor.forecast python-forecastio==1.3.3