Skip to content

Commit

Permalink
scripts/requirements: update PyYAML to >=5.1
Browse files Browse the repository at this point in the history
sanitycheck now requires yaml.FullLoader to support generating
hardware maps.  This feature was introduced in PyYAML 5.1.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
  • Loading branch information
pabigot authored and nashif committed Nov 5, 2019
1 parent af0abb2 commit 1042b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Pillow
PyYAML>=3.13
PyYAML>=5.1
breathe>=4.9.1
colorama
docutils>=0.14
Expand Down

0 comments on commit 1042b04

Please sign in to comment.