From bd87a3aa4d8d804f0ffc3f5a7ebd4022878dd011 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sat, 4 Oct 2025 16:27:22 +0200 Subject: [PATCH] Update PyYAML to 6.0.3 (#153626) --- 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 06fe35f7f91..afb46240776 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -60,7 +60,7 @@ pyserial==3.5 pyspeex-noise==1.0.2 python-slugify==8.0.4 PyTurboJPEG==1.8.0 -PyYAML==6.0.2 +PyYAML==6.0.3 requests==2.32.5 securetar==2025.2.1 SQLAlchemy==2.0.41 diff --git a/pyproject.toml b/pyproject.toml index d33177e1276..14d15e4675f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dependencies = [ "packaging>=23.1", "psutil-home-assistant==0.0.1", "python-slugify==8.0.4", - "PyYAML==6.0.2", + "PyYAML==6.0.3", "requests==2.32.5", "securetar==2025.2.1", "SQLAlchemy==2.0.41", diff --git a/requirements.txt b/requirements.txt index a1c4900b400..c7e63873f9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ orjson==3.11.3 packaging>=23.1 psutil-home-assistant==0.0.1 python-slugify==8.0.4 -PyYAML==6.0.2 +PyYAML==6.0.3 requests==2.32.5 securetar==2025.2.1 SQLAlchemy==2.0.41