From 6e1978971a7d9a2765e2d474b5cadf810fc08e27 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Aug 2024 10:33:48 -0500 Subject: [PATCH] Bump PyYAML to 6.0.2 (#123466) --- 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 7c0255b9eae..7a44cf27677 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -52,7 +52,7 @@ pyserial==3.5 python-slugify==8.0.4 PyTurboJPEG==1.7.1 pyudev==0.24.1 -PyYAML==6.0.1 +PyYAML==6.0.2 requests==2.32.3 SQLAlchemy==2.0.31 typing-extensions>=4.12.2,<5.0 diff --git a/pyproject.toml b/pyproject.toml index 07af385dce4..a0012520758 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "pip>=21.3.1", "psutil-home-assistant==0.0.1", "python-slugify==8.0.4", - "PyYAML==6.0.1", + "PyYAML==6.0.2", "requests==2.32.3", "SQLAlchemy==2.0.31", "typing-extensions>=4.12.2,<5.0", diff --git a/requirements.txt b/requirements.txt index 40f2165a61a..a98b174be1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ packaging>=23.1 pip>=21.3.1 psutil-home-assistant==0.0.1 python-slugify==8.0.4 -PyYAML==6.0.1 +PyYAML==6.0.2 requests==2.32.3 SQLAlchemy==2.0.31 typing-extensions>=4.12.2,<5.0