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

@ -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",