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