mirror of https://github.com/ceph/ceph
install-deps: Update Pyyaml version
Move to 6.0.1 to overcome https://github.com/yaml/pyyaml/issues/601 Fixes: https://tracker.ceph.com/issues/63591 Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
This commit is contained in:
parent
6c9d1b6484
commit
7863d297ea
|
@ -1,2 +1,2 @@
|
|||
pyyaml==6.0
|
||||
pyyaml==6.0.1
|
||||
bs4
|
||||
|
|
|
@ -2,7 +2,7 @@ attrs==21.2.0
|
|||
behave==1.2.6
|
||||
py==1.10.0
|
||||
pyparsing==2.4.7
|
||||
PyYAML==6.0
|
||||
PyYAML==6.0.1
|
||||
types-PyYAML==6.0.0
|
||||
typing-extensions==3.10.0.2
|
||||
termcolor==1.1.0
|
||||
|
|
|
@ -2,7 +2,7 @@ attrs==21.2.0
|
|||
behave==1.2.6
|
||||
py==1.10.0
|
||||
pyparsing==2.4.7
|
||||
PyYAML==6.0
|
||||
PyYAML==6.0.1
|
||||
types-PyYAML==6.0.0
|
||||
typing-extensions==3.10.0.2
|
||||
termcolor==1.1.0
|
||||
|
|
Loading…
Reference in New Issue