From cce57acf149e3bfdd8f52c1ea9ff2f264b31a0ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 08:47:39 +0000 Subject: [PATCH] Bump ansible-core from 2.17.5 to 2.17.7 Bumps [ansible-core](https://github.com/ansible/ansible) from 2.17.5 to 2.17.7. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.17.5...v2.17.7) --- 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 2a11ea74a..0d4ae7c0a 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'argparse==1.4.0', 'tabulate==0.8.9', 'PyYAML==6.0', - 'ansible-core==2.17.5', + 'ansible-core==2.17.7', 'Jinja2==3.1.2', 'joblib==1.3.2', 'PyMySQL==0.7.11',