From 72073b28cc5d01ddbcd2957190e683098e8c15c7 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:50:15 +0200 Subject: [PATCH] Update PyYAML to 6.0.1 (#96800) --- 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 71ca8fc4c3e..942f98df332 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.6.7 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 a902941213d..1e078b8c2b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "orjson==3.9.1", "pip>=21.3.1,<23.2", "python-slugify==4.0.1", - "PyYAML==6.0", + "PyYAML==6.0.1", "requests==2.31.0", "typing_extensions>=4.6.3,<5.0", "ulid-transform==0.7.2", diff --git a/requirements.txt b/requirements.txt index f4f2608b597..965ccbc9e9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ pyOpenSSL==23.2.0 orjson==3.9.1 pip>=21.3.1,<23.2 python-slugify==4.0.1 -PyYAML==6.0 +PyYAML==6.0.1 requests==2.31.0 typing_extensions>=4.6.3,<5.0 ulid-transform==0.7.2