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