From cbb8c2e228e0011afea300ff019a7d77640a7013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 17:06:07 +0000 Subject: [PATCH] Bump ansible from 1.9.3 to 2.9.20 Bumps [ansible](https://github.com/ansible/ansible) from 1.9.3 to 2.9.20. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/commits/v2.9.20) 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..903210f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ 'pyyaml', 'prettytable', 'cryptography', - 'ansible==1.9.3', + 'ansible==2.9.20', 'HTMLParser', 'netaddr' ]