From 22a1c8f00fd1238a19b1010d9d777785816e53b3 Mon Sep 17 00:00:00 2001
From: Guy Khmelnitsky <3136012+GuyKh@users.noreply.github.com>
Date: Tue, 4 Apr 2023 21:43:20 +0300
Subject: [PATCH] Bump locationsharinglib to 5.0.0 (#90790)

* Update GoogleMaps intergration dependency

* Update requirements_all.txt
---
 homeassistant/components/google_maps/manifest.json | 2 +-
 requirements_all.txt                               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/homeassistant/components/google_maps/manifest.json b/homeassistant/components/google_maps/manifest.json
index 6ba831442d6..169897bb402 100644
--- a/homeassistant/components/google_maps/manifest.json
+++ b/homeassistant/components/google_maps/manifest.json
@@ -5,5 +5,5 @@
   "documentation": "https://www.home-assistant.io/integrations/google_maps",
   "iot_class": "cloud_polling",
   "loggers": ["locationsharinglib"],
-  "requirements": ["locationsharinglib==4.1.5"]
+  "requirements": ["locationsharinglib==5.0.0"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 2575750fc76..d66c28b42ba 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1069,7 +1069,7 @@ limitlessled==1.1.3
 linode-api==4.1.9b1
 
 # homeassistant.components.google_maps
-locationsharinglib==4.1.5
+locationsharinglib==5.0.0
 
 # homeassistant.components.logi_circle
 logi_circle==0.2.3
-- 
GitLab