From 792d9196dfc0567d51ebdc597bbfa6d2667b9d1c Mon Sep 17 00:00:00 2001 From: Tobias Sauerwein Date: Thu, 30 Dec 2021 09:00:30 +0100 Subject: [PATCH] Bump pyatmo to v6.2.2 (#63053) Signed-off-by: cgtobi --- homeassistant/components/netatmo/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/netatmo/manifest.json b/homeassistant/components/netatmo/manifest.json index 4ee7aeb0fde..581a954df30 100644 --- a/homeassistant/components/netatmo/manifest.json +++ b/homeassistant/components/netatmo/manifest.json @@ -3,7 +3,7 @@ "name": "Netatmo", "documentation": "https://www.home-assistant.io/integrations/netatmo", "requirements": [ - "pyatmo==6.2.1" + "pyatmo==6.2.2" ], "after_dependencies": [ "cloud", diff --git a/requirements_all.txt b/requirements_all.txt index 1f5681ec8be..9454303a343 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1377,7 +1377,7 @@ pyarlo==0.2.4 pyatag==0.3.5.3 # homeassistant.components.netatmo -pyatmo==6.2.1 +pyatmo==6.2.2 # homeassistant.components.atome pyatome==0.1.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index cbdfce260d2..f464e43470f 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -848,7 +848,7 @@ pyarlo==0.2.4 pyatag==0.3.5.3 # homeassistant.components.netatmo -pyatmo==6.2.1 +pyatmo==6.2.2 # homeassistant.components.apple_tv pyatv==0.9.8