From b1e4a43e7bcffc3b06b0e49db2e5cf43ffca0906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 18:29:31 +0000 Subject: [PATCH] Bump ansible from 4.10.0 to 8.5.0 Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 4.10.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/4.10.0...8.5.0) --- updated-dependencies: - dependency-name: ansible dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 38e768b9c1..07b2794deb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements.txt setup.py # -ansible==4.10.0 +ansible==8.5.0 # via # ansible-vault # commcare-cloud (setup.py) diff --git a/setup.py b/setup.py index 51f06c9c1a..db45bfc805 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ install_deps = [ 'ansible-vault==2.1.0', - 'ansible~=4.3', + 'ansible>=4.3,<9.0', 'ansible-inventory==0.6.4', 'argparse>=1.4', 'attrs>=18.1.0',