From 9a1850a4ea95ad87db3bb9828743883cda2a5493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Sep 2021 23:21:56 +0000 Subject: [PATCH] Bump ansible from 2.4.4.0 to 4.2.0 in /ansible/deploy Bumps [ansible](https://github.com/ansible/ansible) from 2.4.4.0 to 4.2.0. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/commits) --- updated-dependencies: - dependency-name: ansible dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ansible/deploy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/deploy/requirements.txt b/ansible/deploy/requirements.txt index 69113b7..2f11c00 100644 --- a/ansible/deploy/requirements.txt +++ b/ansible/deploy/requirements.txt @@ -1,4 +1,4 @@ -ansible==2.4.4.0 +ansible==4.2.0 shade==1.20.0 ipaddress==1.0.18 requests==2.18.4