From b645dabd664a28173d43ff66f915a9820fe5f237 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Mon, 15 Mar 2021 07:53:45 -0400 Subject: [PATCH] Upgrade qnapstats library to 0.3.1 (#47907) Fixes #47674 --- homeassistant/components/qnap/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/qnap/manifest.json b/homeassistant/components/qnap/manifest.json index b83d37f0d3c..29750683abf 100644 --- a/homeassistant/components/qnap/manifest.json +++ b/homeassistant/components/qnap/manifest.json @@ -2,6 +2,6 @@ "domain": "qnap", "name": "QNAP", "documentation": "https://www.home-assistant.io/integrations/qnap", - "requirements": ["qnapstats==0.3.0"], + "requirements": ["qnapstats==0.3.1"], "codeowners": ["@colinodell"] } diff --git a/requirements_all.txt b/requirements_all.txt index a749acabf99..68ba25f4659 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1922,7 +1922,7 @@ pyzbar==0.1.7 pyzerproc==0.4.8 # homeassistant.components.qnap -qnapstats==0.3.0 +qnapstats==0.3.1 # homeassistant.components.quantum_gateway quantum-gateway==0.0.5