From 88367dc46659fe6d23d8e8d0ee7a10ed445b82cf Mon Sep 17 00:00:00 2001 From: Andrew Hayworth Date: Fri, 20 Nov 2020 02:07:59 -0600 Subject: [PATCH] Update python-awair to 0.2.1 (#43415) This version of python awair has support for the local api - which is cool! But more importantly, this version also is less strict about the versions of aiohttp it depends on. This version prepares for the upcoming pip resolver changes outlined here: https://pyfound.blogspot.com/2020/03/new-pip-resolver-to-roll-out-this-year.html#what-will-change cc https://github.com/ahayworth/python_awair/issues/18 --- homeassistant/components/awair/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/awair/manifest.json b/homeassistant/components/awair/manifest.json index 8ae8995144..f95e1c19d4 100644 --- a/homeassistant/components/awair/manifest.json +++ b/homeassistant/components/awair/manifest.json @@ -2,7 +2,7 @@ "domain": "awair", "name": "Awair", "documentation": "https://www.home-assistant.io/integrations/awair", - "requirements": ["python_awair==0.1.1"], + "requirements": ["python_awair==0.2.1"], "codeowners": ["@ahayworth", "@danielsjf"], "config_flow": true } diff --git a/requirements_all.txt b/requirements_all.txt index 8f7a77aa07..f98a241851 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1830,7 +1830,7 @@ python-whois==0.7.3 python-wink==1.10.5 # homeassistant.components.awair -python_awair==0.1.1 +python_awair==0.2.1 # homeassistant.components.swiss_public_transport python_opendata_transport==0.2.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 554ebe0d9a..25d2251879 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -893,7 +893,7 @@ python-twitch-client==0.6.0 python-velbus==2.1.1 # homeassistant.components.awair -python_awair==0.1.1 +python_awair==0.2.1 # homeassistant.components.tile pytile==4.0.0