From d6351655c5620475b2ba66ad9236e12a62b2917f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Sep 2021 23:21:41 +0000 Subject: [PATCH] Bump ansible from 2.9.1 to 4.2.0 in /test-framework Bumps [ansible](https://github.com/ansible/ansible) from 2.9.1 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] --- test-framework/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-framework/requirements.txt b/test-framework/requirements.txt index 0c3e9f366..386b2e307 100644 --- a/test-framework/requirements.txt +++ b/test-framework/requirements.txt @@ -1,4 +1,4 @@ -ansible==2.9.1 +ansible==4.2.0 cffi==1.13.2 cryptography==2.8 Jinja2==2.10.3