From d26c449d87e1c509665cf6ff9f74bd16d342b547 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 23 Sep 2024 17:28:32 -0500 Subject: [PATCH] Bump yarl to 1.12.0 (#126576) This is a prereq for aiohttp 3.10.6 which has some fixes that need yarl 1.12.0+ --- 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 dd43e8a7aec..dd7ed63213c 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -63,7 +63,7 @@ uv==0.4.12 voluptuous-openapi==0.0.5 voluptuous-serialize==2.6.0 voluptuous==0.15.2 -yarl==1.11.1 +yarl==1.12.0 zeroconf==0.134.0 # Constrain pycryptodome to avoid vulnerability diff --git a/pyproject.toml b/pyproject.toml index 2fa6ffe2c31..eb8fd58d3be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ dependencies = [ "voluptuous==0.15.2", "voluptuous-serialize==2.6.0", "voluptuous-openapi==0.0.5", - "yarl==1.11.1", + "yarl==1.12.0", ] [project.urls] diff --git a/requirements.txt b/requirements.txt index b7f5c8c6ec2..8e2b64afeb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,4 +42,4 @@ uv==0.4.12 voluptuous==0.15.2 voluptuous-serialize==2.6.0 voluptuous-openapi==0.0.5 -yarl==1.11.1 +yarl==1.12.0