From e5eb2dd51b5feacdab6e7826071821d25c2b14f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 15:01:44 +0000 Subject: [PATCH] Bump ansible-core from 2.11.8 to 2.13.13 Bumps [ansible-core](https://github.com/ansible/ansible) from 2.11.8 to 2.13.13. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.11.8...v2.13.13) --- updated-dependencies: - dependency-name: ansible-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 154fdd076..ea2412619 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.11.8', + 'ansible-core==2.13.13', 'Jinja2==3.1.2', 'joblib==1.3.2', 'PyMySQL==0.7.11',