commit | b05cb4fac1930c054a7e1058d9dfc774f2abe66f | [log] [tgz] |
---|---|---|
author | abaraniuk <abaraniuk@mirantis.com> | Fri Apr 05 17:09:11 2019 +0300 |
committer | abaraniuk <abaraniuk@mirantis.com> | Fri Apr 05 17:10:58 2019 +0300 |
tree | 9c7324fb16432acb9c5bb580b8458f7674dbd0f5 | |
parent | 9d63bc1e2bc7557b33155d4aefd0b8f31947fdcf [diff] [blame] |
Do not use PyYAML 5.1 version Error in 5.1: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. Change-Id: I7d9bbcc33c37bb45d6126e5d96e59169623d6355
diff --git a/requirements.txt b/requirements.txt index 2c964b2..6863949 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -1,5 +1,5 @@ paramiko>=1.16.0,<2.0.1 -PyYAML>=3.1.0 +PyYAML>=3.1.0,!=5.1 six>=1.9.0 cookiecutter jinja2==2.8.1