From 6ba37f3ba6f3ef8a27b0998ed328ab4918335c6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 03:20:50 +0000 Subject: [PATCH] Update ansible-core requirement from <2.16.3 to <2.16.6 Updates the requirements on [ansible-core](https://github.com/ansible/ansible) to permit the latest version. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/0.0.1...v2.16.5) --- updated-dependencies: - dependency-name: ansible-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 272a7a3..7cc5c37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ ansible>=8,<10 # tasks, etc. for any Ansible role installed via ansible-galaxy. # # See also cisagov/skeleton-ansible-role#178. -ansible-core<2.16.3 +ansible-core<2.16.6 boto3 docopt semver