From 81b9af750e9a40917a572276ec030a0161b60922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 18:20:33 +0000 Subject: [PATCH] Bump ansible from 1.9.3 to 8.5.0 Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 1.9.3 to 8.5.0. - [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md) - [Commits](https://github.com/ansible-community/ansible-build-data/commits/8.5.0) --- 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..73acc55 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ 'pyyaml', 'prettytable', 'cryptography', - 'ansible==1.9.3', + 'ansible==8.5.0', 'HTMLParser', 'netaddr' ]