diff --git a/homeassistant/components/onedrive/manifest.json b/homeassistant/components/onedrive/manifest.json index 20cd867055f..e6e9901365f 100644 --- a/homeassistant/components/onedrive/manifest.json +++ b/homeassistant/components/onedrive/manifest.json @@ -10,5 +10,5 @@ "iot_class": "cloud_polling", "loggers": ["onedrive_personal_sdk"], "quality_scale": "platinum", - "requirements": ["onedrive-personal-sdk==0.1.2"] + "requirements": ["onedrive-personal-sdk==0.1.4"] } diff --git a/homeassistant/components/onedrive_for_business/manifest.json b/homeassistant/components/onedrive_for_business/manifest.json index e398cefa12a..42ec77be274 100644 --- a/homeassistant/components/onedrive_for_business/manifest.json +++ b/homeassistant/components/onedrive_for_business/manifest.json @@ -10,5 +10,5 @@ "iot_class": "cloud_polling", "loggers": ["onedrive_personal_sdk"], "quality_scale": "bronze", - "requirements": ["onedrive-personal-sdk==0.1.2"] + "requirements": ["onedrive-personal-sdk==0.1.4"] } diff --git a/requirements_all.txt b/requirements_all.txt index 55bdf620cd8..33939a98d47 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1670,7 +1670,7 @@ ondilo==0.5.0 # homeassistant.components.onedrive # homeassistant.components.onedrive_for_business -onedrive-personal-sdk==0.1.2 +onedrive-personal-sdk==0.1.4 # homeassistant.components.onvif onvif-zeep-async==4.0.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 9c8c5ab7b1e..183cd008f2f 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1456,7 +1456,7 @@ ondilo==0.5.0 # homeassistant.components.onedrive # homeassistant.components.onedrive_for_business -onedrive-personal-sdk==0.1.2 +onedrive-personal-sdk==0.1.4 # homeassistant.components.onvif onvif-zeep-async==4.0.4