From d1da53615f09737e42fb385d479f364334a9a0b9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 15 Jun 2017 21:24:31 +0200 Subject: [PATCH] Upgrade pysnmp to 4.3.8 (#8044) --- homeassistant/components/device_tracker/snmp.py | 2 +- homeassistant/components/sensor/snmp.py | 2 +- requirements_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/device_tracker/snmp.py b/homeassistant/components/device_tracker/snmp.py index b0a2015362e..a3be40036cb 100644 --- a/homeassistant/components/device_tracker/snmp.py +++ b/homeassistant/components/device_tracker/snmp.py @@ -19,7 +19,7 @@ from homeassistant.util import Throttle _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ['pysnmp==4.3.7'] +REQUIREMENTS = ['pysnmp==4.3.8'] CONF_COMMUNITY = 'community' CONF_AUTHKEY = 'authkey' diff --git a/homeassistant/components/sensor/snmp.py b/homeassistant/components/sensor/snmp.py index ddd75dff929..75a6f68a0a2 100644 --- a/homeassistant/components/sensor/snmp.py +++ b/homeassistant/components/sensor/snmp.py @@ -15,7 +15,7 @@ from homeassistant.helpers.entity import Entity from homeassistant.const import ( CONF_HOST, CONF_NAME, CONF_PORT, CONF_UNIT_OF_MEASUREMENT) -REQUIREMENTS = ['pysnmp==4.3.7'] +REQUIREMENTS = ['pysnmp==4.3.8'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index e1a97b14a93..95ad78da741 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -649,7 +649,7 @@ pysma==0.1.3 # homeassistant.components.device_tracker.snmp # homeassistant.components.sensor.snmp -pysnmp==4.3.7 +pysnmp==4.3.8 # homeassistant.components.sensor.thinkingcleaner # homeassistant.components.switch.thinkingcleaner