Upgrade pyyaml to 6.0 (#57648)

This commit is contained in:
Franck Nijhof 2021-10-14 09:29:31 +02:00 committed by GitHub
parent f62cadf32c
commit 5cd2167924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ pip>=8.0.3,<20.3
pyserial==3.5
python-slugify==4.0.1
pyudev==0.22.0
pyyaml==5.4.1
pyyaml==6.0
requests==2.26.0
scapy==2.4.5
sqlalchemy==1.4.23

View File

@ -16,7 +16,7 @@ PyJWT==2.1.0
cryptography==3.4.8
pip>=8.0.3,<20.3
python-slugify==4.0.1
pyyaml==5.4.1
pyyaml==6.0
requests==2.26.0
voluptuous==0.12.2
voluptuous-serialize==2.4.0

View File

@ -48,7 +48,7 @@ REQUIRES = [
"cryptography==3.4.8",
"pip>=8.0.3,<20.3",
"python-slugify==4.0.1",
"pyyaml==5.4.1",
"pyyaml==6.0",
"requests==2.26.0",
"voluptuous==0.12.2",
"voluptuous-serialize==2.4.0",