From 23bf4154f58899f0d97da9deb7d02cb467cc9845 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 17 Nov 2024 13:41:48 -0500 Subject: [PATCH] Bump yarl to 1.17.2 (#130830) changelog: https://github.com/aio-libs/yarl/compare/v1.17.1...v1.17.2 --- 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 1e407cca106..63425c967e0 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -70,7 +70,7 @@ voluptuous-openapi==0.0.5 voluptuous-serialize==2.6.0 voluptuous==0.15.2 webrtc-models==0.2.0 -yarl==1.17.1 +yarl==1.17.2 zeroconf==0.136.0 # Constrain pycryptodome to avoid vulnerability diff --git a/pyproject.toml b/pyproject.toml index c2ce019b95c..29c04dd1062 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dependencies = [ "voluptuous==0.15.2", "voluptuous-serialize==2.6.0", "voluptuous-openapi==0.0.5", - "yarl==1.17.1", + "yarl==1.17.2", "webrtc-models==0.2.0", ] diff --git a/requirements.txt b/requirements.txt index a4f1c86cc21..b9acbd896fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,5 +47,5 @@ uv==0.5.0 voluptuous==0.15.2 voluptuous-serialize==2.6.0 voluptuous-openapi==0.0.5 -yarl==1.17.1 +yarl==1.17.2 webrtc-models==0.2.0