From 08eb18303a94ae5206c6c9a9ace345326cbd3f25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Apr 2021 23:14:37 +0000 Subject: [PATCH] Bump ansible from 1.9.3 to 2.10.0 Bumps [ansible](https://github.com/ansible/ansible) from 1.9.3 to 2.10.0. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/commits/v2.10.0) 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..befab2e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ 'pyyaml', 'prettytable', 'cryptography', - 'ansible==1.9.3', + 'ansible==2.10.0', 'HTMLParser', 'netaddr' ]