diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 61dad6655de..48eb026d30b 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -41,7 +41,7 @@ sqlalchemy==1.4.41 typing-extensions>=3.10.0.2,<5.0 voluptuous-serialize==2.5.0 voluptuous==0.13.1 -yarl==1.7.2 +yarl==1.8.1 zeroconf==0.39.1 # Constrain pycryptodome to avoid vulnerability diff --git a/pyproject.toml b/pyproject.toml index a5b33379ed9..8381098badd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "typing-extensions>=3.10.0.2,<5.0", "voluptuous==0.13.1", "voluptuous-serialize==2.5.0", - "yarl==1.7.2", + "yarl==1.8.1", ] [project.urls] diff --git a/requirements.txt b/requirements.txt index 92a9be187b8..2f36b947bca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,4 +25,4 @@ requests==2.28.1 typing-extensions>=3.10.0.2,<5.0 voluptuous==0.13.1 voluptuous-serialize==2.5.0 -yarl==1.7.2 +yarl==1.8.1