From da8678db3c4c67166c3cdeb5d6814080b038d90f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 23:35:52 +0000 Subject: [PATCH] Bump ansible from 4.2.0 to 7.0.0 in /intro-ansible Bumps [ansible](https://github.com/ansible/ansible) from 4.2.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] --- intro-ansible/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro-ansible/requirements.txt b/intro-ansible/requirements.txt index 6ee5ef044..73c54fd21 100644 --- a/intro-ansible/requirements.txt +++ b/intro-ansible/requirements.txt @@ -1,3 +1,3 @@ #ncclient==0.6.12 #netmiko==1.4.2 -ansible==4.2.0 \ No newline at end of file +ansible==7.0.0 \ No newline at end of file