Skip to content

Commit

Permalink
install-deps: Update Pyyaml version
Browse files Browse the repository at this point in the history
Move to 6.0.1 to overcome yaml/pyyaml#601

Fixes: https://tracker.ceph.com/issues/63591

Signed-off-by: Brad Hubbard <[email protected]>
  • Loading branch information
badone authored and guits committed May 23, 2024
1 parent a52b5c7 commit fcf76f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion monitoring/ceph-mixin/requirements-alerts.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyyaml==6.0
pyyaml==6.0.1
bs4
2 changes: 1 addition & 1 deletion monitoring/ceph-mixin/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion monitoring/ceph-mixin/tests_dashboards/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fcf76f6

Please sign in to comment.