dbfc1aaec6
The currently used PyYaml version has some vulnerabilies as described on the pull request description. It updates to version 6.0, removing these supply chain vulnerabily. The OSSF Scorecard was the tool used for discovering these vulnerabilties. Signed-off-by: Javan lacerda <javanlacerda@google.com>
22 lines
344 B
Plaintext
22 lines
344 B
Plaintext
# DOC: used to generate docs
|
|
|
|
breathe>=4.34
|
|
sphinx~=7.1.0
|
|
sphinx_rtd_theme~=2.0
|
|
sphinx-tabs
|
|
sphinxcontrib-svg2pdfconverter
|
|
pygments>=2.9
|
|
sphinx-notfound-page
|
|
sphinx-copybutton
|
|
sphinx-togglebutton
|
|
|
|
# YAML validation. Used by zephyr_module.
|
|
PyYAML>=6.0
|
|
pykwalify
|
|
|
|
# Used by pytest-twister-harness plugin
|
|
pytest
|
|
|
|
# Doxygen doxmlparser
|
|
doxmlparser
|