Upgrade pyyaml to 5.4.1 (CVE-2020-14343) (#45624)

This commit is contained in:
Fabian Affolter 2021-01-28 12:05:09 +01:00 committed by GitHub
parent ab1d42950a
commit e4a7692610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ pillow==8.1.0
pip>=8.0.3,<20.3 pip>=8.0.3,<20.3
python-slugify==4.0.1 python-slugify==4.0.1
pytz>=2020.5 pytz>=2020.5
pyyaml==5.3.1 pyyaml==5.4.1
requests==2.25.1 requests==2.25.1
ruamel.yaml==0.15.100 ruamel.yaml==0.15.100
scapy==2.4.4 scapy==2.4.4

View File

@ -15,7 +15,7 @@ cryptography==3.2
pip>=8.0.3,<20.3 pip>=8.0.3,<20.3
python-slugify==4.0.1 python-slugify==4.0.1
pytz>=2020.5 pytz>=2020.5
pyyaml==5.3.1 pyyaml==5.4.1
requests==2.25.1 requests==2.25.1
ruamel.yaml==0.15.100 ruamel.yaml==0.15.100
voluptuous==0.12.1 voluptuous==0.12.1

View File

@ -47,7 +47,7 @@ REQUIRES = [
"pip>=8.0.3,<20.3", "pip>=8.0.3,<20.3",
"python-slugify==4.0.1", "python-slugify==4.0.1",
"pytz>=2020.5", "pytz>=2020.5",
"pyyaml==5.3.1", "pyyaml==5.4.1",
"requests==2.25.1", "requests==2.25.1",
"ruamel.yaml==0.15.100", "ruamel.yaml==0.15.100",
"voluptuous==0.12.1", "voluptuous==0.12.1",