From e4a7692610f67c00a039aa158fc861564b7f19e2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 28 Jan 2021 12:05:09 +0100 Subject: [PATCH] Upgrade pyyaml to 5.4.1 (CVE-2020-14343) (#45624) --- homeassistant/package_constraints.txt | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index c7e181cac192..f51b0e00e14e 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -22,7 +22,7 @@ pillow==8.1.0 pip>=8.0.3,<20.3 python-slugify==4.0.1 pytz>=2020.5 -pyyaml==5.3.1 +pyyaml==5.4.1 requests==2.25.1 ruamel.yaml==0.15.100 scapy==2.4.4 diff --git a/requirements.txt b/requirements.txt index a4e328880479..c973f4e4030d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ cryptography==3.2 pip>=8.0.3,<20.3 python-slugify==4.0.1 pytz>=2020.5 -pyyaml==5.3.1 +pyyaml==5.4.1 requests==2.25.1 ruamel.yaml==0.15.100 voluptuous==0.12.1 diff --git a/setup.py b/setup.py index 2b05d2ebb2e8..7f77e3795b40 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ REQUIRES = [ "pip>=8.0.3,<20.3", "python-slugify==4.0.1", "pytz>=2020.5", - "pyyaml==5.3.1", + "pyyaml==5.4.1", "requests==2.25.1", "ruamel.yaml==0.15.100", "voluptuous==0.12.1",