From bafde7e402743470761d23aaf0b1fcf32edc88e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 00:38:43 +0000 Subject: [PATCH] Update ansible requirement from >=10.0 to >=13.6.0 Updates the requirements on [ansible](https://github.com/ansible-community/ansible-build-data) to permit the latest version. - [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.0.0...13.6.0) --- updated-dependencies: - dependency-name: ansible dependency-version: 13.6.0 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 b76c07e..4798012 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ numpy>=1 pipenv>=2022.5.2 jupyter>=1.0.0 pandas>=1.4 -ansible>=10.0 +ansible>=13.6.0 boto3>=1.35