From 967329c598f73d6746aa92d7eecc9a486b565a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 03:14:30 +0000 Subject: [PATCH] chore(deps): bump ansible from 7.1.0 to 8.5.0 Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 7.1.0 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/compare/7.1.0...8.5.0) --- updated-dependencies: - dependency-name: ansible dependency-version: 8.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea0aa8ddc..bacddc1d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ 'aiofiles==23.1.0', 'amqp==5.1.1', 'ansible-core', - 'ansible==7.1.0', + 'ansible==8.5.0', 'ansible-runner', 'asn1crypto==1.5.1', 'bcrypt==4.0.1',