diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 03c472d106a..927f0db3f01 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -42,7 +42,7 @@ pyserial==3.5 python-slugify==4.0.1 PyTurboJPEG==1.7.1 pyudev==0.23.2 -PyYAML==6.0 +PyYAML==6.0.1 requests==2.31.0 scapy==2.5.0 SQLAlchemy==2.0.15 diff --git a/pyproject.toml b/pyproject.toml index 6f1f3d9a351..4e608c36b97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "orjson==3.9.2", "pip>=21.3.1", "python-slugify==4.0.1", - "PyYAML==6.0", + "PyYAML==6.0.1", "requests==2.31.0", "typing-extensions>=4.7.0,<5.0", "ulid-transform==0.7.2", diff --git a/requirements.txt b/requirements.txt index 8f55e68cd3c..84fa6a0cbb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ pyOpenSSL==23.2.0 orjson==3.9.2 pip>=21.3.1 python-slugify==4.0.1 -PyYAML==6.0 +PyYAML==6.0.1 requests==2.31.0 typing-extensions>=4.7.0,<5.0 ulid-transform==0.7.2