Upgrade pyyaml to 6.0 (#57648)
This commit is contained in:
parent
f62cadf32c
commit
5cd2167924
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue