From 90859b82e2d3705b219d7b751d7f3e36dcd2e367 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Mon, 24 Feb 2020 16:46:07 -0500 Subject: [PATCH] Upgrade qnapstats to 0.3.0 (#32148) --- 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 6720120b5e2..3c64986c2bc 100644 --- a/homeassistant/components/qnap/manifest.json +++ b/homeassistant/components/qnap/manifest.json @@ -2,7 +2,7 @@ "domain": "qnap", "name": "QNAP", "documentation": "https://www.home-assistant.io/integrations/qnap", - "requirements": ["qnapstats==0.2.7"], + "requirements": ["qnapstats==0.3.0"], "dependencies": [], "codeowners": ["@colinodell"] } diff --git a/requirements_all.txt b/requirements_all.txt index 1445f9930a0..ecc4d8d82a0 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1723,7 +1723,7 @@ pyzabbix==0.7.4 pyzbar==0.1.7 # homeassistant.components.qnap -qnapstats==0.2.7 +qnapstats==0.3.0 # homeassistant.components.quantum_gateway quantum-gateway==0.0.5