From b26e4d672f5d3a6eb0f1a1636dfb5ea4147ff7fc Mon Sep 17 00:00:00 2001
From: "J. Nick Koston" <nick@koston.org>
Date: Tue, 3 Sep 2024 23:44:49 -1000
Subject: [PATCH] Bump yarl to 1.9.8 (#125193)

changelog: https://github.com/aio-libs/yarl/compare/v1.9.7...v1.9.8
---
 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 73f3452b259..0eb5d6a78e0 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -62,7 +62,7 @@ urllib3>=1.26.5,<2
 voluptuous-openapi==0.0.5
 voluptuous-serialize==2.6.0
 voluptuous==0.15.2
-yarl==1.9.7
+yarl==1.9.8
 zeroconf==0.133.0
 
 # Constrain pycryptodome to avoid vulnerability
diff --git a/pyproject.toml b/pyproject.toml
index 69d952f4bc0..2c8e0a432f0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -69,7 +69,7 @@ dependencies    = [
     "voluptuous==0.15.2",
     "voluptuous-serialize==2.6.0",
     "voluptuous-openapi==0.0.5",
-    "yarl==1.9.7",
+    "yarl==1.9.8",
 ]
 
 [project.urls]
diff --git a/requirements.txt b/requirements.txt
index fd6e8815e90..7f28e93cd4f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -41,4 +41,4 @@ urllib3>=1.26.5,<2
 voluptuous==0.15.2
 voluptuous-serialize==2.6.0
 voluptuous-openapi==0.0.5
-yarl==1.9.7
+yarl==1.9.8
-- 
GitLab