Conversation
Upgrading to 6.0.1 did not work because there is a dependency conflict with docker-compose. When using the version 5.4.1 the following error message appears when trying to run `pip install -r requirements.txt` ``` AttributeError: cython_source ``` Related issue: yaml/pyyaml#601
💔 Build Failed
Expand to view the summary
Build stats
Test stats 🧪
Steps errors
Expand to view the steps failures
|
|
Hey folks, just cruising by from yaml/pyyaml#601. PyYAML 5.3.1 has a security hole, you should be better off with the latest and at least still maintained version 6.0.1. |
kuisathaverat
left a comment
There was a problem hiding this comment.
I have tested it locally it should work with PyYAML=5.4.1
What does this PR do?
Downgrades
PyYamlto5.3.1inlibbeat/tests/system/requirements.txtto fix ironbank validation in8.8.Successul Jenkins build: https://beats-ci.elastic.co/job/Beats/job/ironbank-validation-mbp/view/change-requests/job/PR-36115/1/
Why is it important?
The jenkins job https://beats-ci.elastic.co/job/Beats/job/ironbank-validation-mbp/job/8.8/57/ is failing with the error:
full error message
Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs