From 3d3f0f7e2a578bb7c259c784bc9f888d66429f6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 20:31:38 +0000 Subject: [PATCH] Bump ansible-core from 2.11.8 to 2.15.9 Bumps [ansible-core](https://github.com/ansible/ansible) from 2.11.8 to 2.15.9. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.11.8...v2.15.9) --- updated-dependencies: - dependency-name: ansible-core 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 03bfc15c7..ffb9f741a 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ 'argparse==1.4.0', 'tabulate==0.8.9', 'PyYAML==6.0', - 'ansible-core==2.11.8', + 'ansible-core==2.15.9', 'Jinja2==3.0.2', 'joblib==1.3.2', 'PyMySQL==0.7.11',