diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-09-21 03:44:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-21 03:44:35 +0000 |
commit | 870d2ba61b4a3352ef8485c3b39690346010e89b (patch) | |
tree | 320b144aee801cf448a9950d5416e83981cbbb23 | |
parent | 36a2e04b468d980c98bd43768e4c88d37a8a69f1 (diff) | |
parent | 1240d8627638efe12a6e591005e18f1351af4217 (diff) |
Merge "requirements: bump Ansible version to 2.3"
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index d5d079386..a16fce3ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ Jinja2==2.8.1 # BSD; OSI Approved BSD License MarkupSafe==0.23 # BSD; OSI Approved BSD License PyYAML==3.12 # MIT; OSI Approved MIT License SQLAlchemy==1.1.4 # MIT License; OSI Approved MIT License -ansible==2.2.2.0 # GPLv3; OSI Approved GNU General Public License v3 or later (GPLv3+) +ansible==2.3.2 # GPLv3; OSI Approved GNU General Public License v3 or later (GPLv3+) appdirs==1.4.3 # MIT; OSI Approved MIT License backport-ipaddress==0.1; python_version <= "2.7" # OSI Approved Python Software Foundation License chainmap==1.0.2 # Python Software Foundation License; OSI Approved Python Software Foundation License |