From fca08913206c9fe5ceafbd1742b1b5617fea36ef Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 5 May 2019 07:26:13 +0200 Subject: [PATCH] Upgrade pysnmp to 4.4.9 (#23677) --- homeassistant/components/snmp/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/snmp/manifest.json b/homeassistant/components/snmp/manifest.json index aeaa3451683..0007a5a66e5 100644 --- a/homeassistant/components/snmp/manifest.json +++ b/homeassistant/components/snmp/manifest.json @@ -3,7 +3,7 @@ "name": "Snmp", "documentation": "https://www.home-assistant.io/components/snmp", "requirements": [ - "pysnmp==4.4.8" + "pysnmp==4.4.9" ], "dependencies": [], "codeowners": [] diff --git a/requirements_all.txt b/requirements_all.txt index 5b5e5ba939a..08a0abef1b3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1294,7 +1294,7 @@ pysmartapp==0.3.2 pysmartthings==0.6.7 # homeassistant.components.snmp -pysnmp==4.4.8 +pysnmp==4.4.9 # homeassistant.components.sonos pysonos==0.0.12