From 415e4b224364a55363aace3ee60ff252acb68569 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 3 Aug 2023 21:17:00 +0200 Subject: [PATCH] Bump python-opensky to 0.2.0 (#97687) --- homeassistant/components/opensky/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/opensky/manifest.json b/homeassistant/components/opensky/manifest.json index f3fb13589bb..4d1047222ff 100644 --- a/homeassistant/components/opensky/manifest.json +++ b/homeassistant/components/opensky/manifest.json @@ -5,5 +5,5 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/opensky", "iot_class": "cloud_polling", - "requirements": ["python-opensky==0.0.10"] + "requirements": ["python-opensky==0.2.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 23482726019..8843f861e29 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2137,7 +2137,7 @@ python-mystrom==2.2.0 python-opendata-transport==0.3.0 # homeassistant.components.opensky -python-opensky==0.0.10 +python-opensky==0.2.0 # homeassistant.components.otbr # homeassistant.components.thread diff --git a/requirements_test_all.txt b/requirements_test_all.txt index e5fd5484f9a..9c90292fa71 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1569,7 +1569,7 @@ python-miio==0.5.12 python-mystrom==2.2.0 # homeassistant.components.opensky -python-opensky==0.0.10 +python-opensky==0.2.0 # homeassistant.components.otbr # homeassistant.components.thread