From eb4b16dcb9eac9fa81697719aa34b093b9de122f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:50:40 +0000 Subject: [PATCH] Bump ansible from 10.3.0 to 10.4.0 in /deploy Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 10.3.0 to 10.4.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/10.3.0...10.4.0) --- updated-dependencies: - dependency-name: ansible dependency-type: direct:production update-type: version-update:semver-minor ... 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 efab49b28a..9365e0f050 100644 --- a/deploy/requirements.txt +++ b/deploy/requirements.txt @@ -4,9 +4,9 @@ # # pip-compile requirements.in # -ansible==10.3.0 +ansible==10.4.0 # via -r requirements.in -ansible-core==2.17.3 +ansible-core==2.17.4 # via ansible cachetools==5.5.0 # via google-auth