From 52be9df0e99d2e8f91bee380daf5dc2b25794463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Sep 2021 23:23:28 +0000 Subject: [PATCH] Bump ansible from 2.7.16 to 4.2.0 Bumps [ansible](https://github.com/ansible/ansible) from 2.7.16 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] --- requirements.txt | 2 +- tools/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6bf7c66d9..b334dba55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ansible==2.7.16 +ansible==4.2.0 docker-py yamllint==1.8.0 netaddr diff --git a/tools/requirements.txt b/tools/requirements.txt index 9594c9685..666226ee1 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,4 +1,4 @@ -ansible==2.7.16 +ansible==4.2.0 docker==3.3.0 jmespath==0.9.3 netaddr==0.7.19