From 7f69c689bf0ad0a8b68c1de67b5f670d985b97dd Mon Sep 17 00:00:00 2001
From: Josef Zweck <josef@zweck.dev>
Date: Tue, 4 Feb 2025 12:39:00 +0100
Subject: [PATCH] Bump onedrive-personal-sdk to 0.0.3 (#137309)

---
 homeassistant/components/onedrive/manifest.json | 2 +-
 requirements_all.txt                            | 2 +-
 requirements_test_all.txt                       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/onedrive/manifest.json b/homeassistant/components/onedrive/manifest.json
index 263c73a9f69..cd44298384a 100644
--- a/homeassistant/components/onedrive/manifest.json
+++ b/homeassistant/components/onedrive/manifest.json
@@ -9,5 +9,5 @@
   "iot_class": "cloud_polling",
   "loggers": ["onedrive_personal_sdk"],
   "quality_scale": "bronze",
-  "requirements": ["onedrive-personal-sdk==0.0.2"]
+  "requirements": ["onedrive-personal-sdk==0.0.3"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index a0f544f00f9..a2f7671778f 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1556,7 +1556,7 @@ omnilogic==0.4.5
 ondilo==0.5.0
 
 # homeassistant.components.onedrive
-onedrive-personal-sdk==0.0.2
+onedrive-personal-sdk==0.0.3
 
 # homeassistant.components.onvif
 onvif-zeep-async==3.2.5
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index e512abb19c7..6b2886465ed 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -1304,7 +1304,7 @@ omnilogic==0.4.5
 ondilo==0.5.0
 
 # homeassistant.components.onedrive
-onedrive-personal-sdk==0.0.2
+onedrive-personal-sdk==0.0.3
 
 # homeassistant.components.onvif
 onvif-zeep-async==3.2.5
-- 
GitLab