From dc91691e5f5d87cebb089aeacacabd7984862467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:49:07 +0000 Subject: [PATCH] Bump ansible from 9.6.0 to 10.1.0 in /deploy Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 9.6.0 to 10.1.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/9.6.0...10.1.0) --- updated-dependencies: - dependency-name: ansible dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- deploy/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/requirements.txt b/deploy/requirements.txt index c43ee668e8..d98857d8c7 100644 --- a/deploy/requirements.txt +++ b/deploy/requirements.txt @@ -4,9 +4,9 @@ # # pip-compile requirements.in # -ansible==9.6.0 +ansible==10.1.0 # via -r requirements.in -ansible-core==2.16.7 +ansible-core==2.17.1 # via ansible cachetools==5.3.3 # via google-auth