diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-07-14 10:54:09 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-07-17 12:00:53 -0400 |
commit | 2f592c0520369dc84c5163dea0255448cb7c9f70 (patch) | |
tree | 575a07fc6c43d9a7730898532e155e32c5e601c4 /requirements.txt | |
parent | da7551b82fc37a77181a8c9aa9b82060b7101c5f (diff) | |
download | openshift-2f592c0520369dc84c5163dea0255448cb7c9f70.tar.gz openshift-2f592c0520369dc84c5163dea0255448cb7c9f70.tar.bz2 openshift-2f592c0520369dc84c5163dea0255448cb7c9f70.tar.xz openshift-2f592c0520369dc84c5163dea0255448cb7c9f70.zip |
Switch CI to ansible-2.3.1.0
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index dae460713..bf95b4ff9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Versions are pinned to prevent pypi releases arbitrarily breaking # tests with new APIs/semantics. We want to update versions deliberately. -ansible==2.2.2.0 +ansible==2.3.1.0 boto==2.34.0 click==6.7 pyOpenSSL==16.2.0 |