From f0400bbae154bd1084499d02c5415aa81213a12f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 05:23:09 +0000 Subject: [PATCH] chore(deps): update ansible requirement from ~=8.5.0 to ~=9.2.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/8.5.0...9.2.0) --- updated-dependencies: - dependency-name: ansible 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 0eb6811..33b0735 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ molecule~=6.0.2 molecule-plugins[docker]~=23.5.0 docker~=6.1.1 -ansible~=8.5.0 +ansible~=9.2.0 # for development pre-commit # for README generation