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:
Brad Hubbard 2024-03-07 14:13:11 +10:00
parent 6c9d1b6484
commit 7863d297ea
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
pyyaml==6.0
pyyaml==6.0.1
bs4

View File

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

View File

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