From 0a32a9d6dbc4048de84c12f07c5345bcc02a01ee Mon Sep 17 00:00:00 2001
From: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Date: Tue, 4 Feb 2025 12:59:53 +0100
Subject: [PATCH] Update attrs to 25.1.0 (#137316)

---
 homeassistant/package_constraints.txt | 2 +-
 pyproject.toml                        | 2 +-
 requirements.txt                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index ed7d48abf22..167fd7b109e 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -14,7 +14,7 @@ astral==2.2
 async-interrupt==1.2.0
 async-upnp-client==0.43.0
 atomicwrites-homeassistant==1.4.1
-attrs==24.2.0
+attrs==25.1.0
 audioop-lts==0.2.1;python_version>='3.13'
 av==13.1.0
 awesomeversion==24.6.0
diff --git a/pyproject.toml b/pyproject.toml
index d6978c483e4..423fac9837c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,7 +35,7 @@ dependencies    = [
     "aiozoneinfo==0.2.1",
     "astral==2.2",
     "async-interrupt==1.2.0",
-    "attrs==24.2.0",
+    "attrs==25.1.0",
     "atomicwrites-homeassistant==1.4.1",
     "audioop-lts==0.2.1;python_version>='3.13'",
     "awesomeversion==24.6.0",
diff --git a/requirements.txt b/requirements.txt
index ad3979f8636..33b86ffa314 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,7 +12,7 @@ aiohttp-asyncmdnsresolver==0.0.3
 aiozoneinfo==0.2.1
 astral==2.2
 async-interrupt==1.2.0
-attrs==24.2.0
+attrs==25.1.0
 atomicwrites-homeassistant==1.4.1
 audioop-lts==0.2.1;python_version>='3.13'
 awesomeversion==24.6.0
-- 
GitLab