update pyyaml dependency to >= 5.1

5.1 was the version introducing pyyaml.FullLoader which we're using,
see https://pyyaml.org/wiki/PyYAML#history

Change-Id: I0f2fa08ceeac2759218e85ad5bdce3ef951d0b74
This commit is contained in:
Harald Welte 2022-02-09 13:57:15 +00:00
parent e91405e04e
commit f03894aa65
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ fi
virtualenv -p python3 venv --system-site-packages
. venv/bin/activate
pip install pytlv
pip install pyyaml
pip install 'pyyaml>=5.1'
pip install cmd2==1.5
pip install jsonpath-ng
pip install construct

View File

@ -6,4 +6,4 @@ jsonpath-ng
construct
bidict
gsm0338
pyyaml
pyyaml>=5.1