From 09466d8adc4f246ad70faea0c5cff6f64919027a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 23:37:46 +0000 Subject: [PATCH] build(deps): bump ansible from 4.6.0 to 7.0.0 Bumps [ansible](https://github.com/ansible/ansible) from 4.6.0 to 7.0.0. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/commits) --- updated-dependencies: - dependency-name: ansible dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8cf0f79..25e6624 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,9 @@ # # pip-compile # -ansible==4.6.0 +ansible==7.0.0 # via -r requirements.in -ansible-core==2.11.5 +ansible-core==2.14.1 # via ansible cffi==1.14.6 # via cryptography