From 3fec07f9d021a7a72b317843a6d91455d4ae819a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Sep 2021 23:18:47 +0000 Subject: [PATCH] Bump ansible from 1.9.3 to 4.2.0 Bumps [ansible](https://github.com/ansible/ansible) from 1.9.3 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fb1eb86..03b4310 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ 'pyyaml', 'prettytable', 'cryptography', - 'ansible==1.9.3', + 'ansible==4.2.0', 'HTMLParser', 'netaddr' ]