From 58274160a0e9fb22be3fde8ab6c6b9e2f5e5e98b Mon Sep 17 00:00:00 2001
From: Bram Kragten <mail@bramkragten.nl>
Date: Fri, 21 Feb 2025 20:00:31 +0100
Subject: [PATCH] Update frontend to 20250221.0 (#139006)

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

diff --git a/homeassistant/components/frontend/manifest.json b/homeassistant/components/frontend/manifest.json
index c8506335e16..499e1fbddb2 100644
--- a/homeassistant/components/frontend/manifest.json
+++ b/homeassistant/components/frontend/manifest.json
@@ -21,5 +21,5 @@
   "documentation": "https://www.home-assistant.io/integrations/frontend",
   "integration_type": "system",
   "quality_scale": "internal",
-  "requirements": ["home-assistant-frontend==20250214.0"]
+  "requirements": ["home-assistant-frontend==20250221.0"]
 }
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 8318a7305e1..ba61ba109c0 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -37,7 +37,7 @@ habluetooth==3.22.1
 hass-nabucasa==0.92.0
 hassil==2.2.3
 home-assistant-bluetooth==1.13.1
-home-assistant-frontend==20250214.0
+home-assistant-frontend==20250221.0
 home-assistant-intents==2025.2.5
 httpx==0.28.1
 ifaddr==0.2.0
diff --git a/requirements_all.txt b/requirements_all.txt
index 4684b94c654..7c619b7c12e 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1146,7 +1146,7 @@ hole==0.8.0
 holidays==0.66
 
 # homeassistant.components.frontend
-home-assistant-frontend==20250214.0
+home-assistant-frontend==20250221.0
 
 # homeassistant.components.conversation
 home-assistant-intents==2025.2.5
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index cd4469bb524..35b358b9071 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -975,7 +975,7 @@ hole==0.8.0
 holidays==0.66
 
 # homeassistant.components.frontend
-home-assistant-frontend==20250214.0
+home-assistant-frontend==20250221.0
 
 # homeassistant.components.conversation
 home-assistant-intents==2025.2.5
-- 
GitLab