From 901f3271c677e2d7e0dad0b122d0ba0377d1405d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 23:25:13 +0000 Subject: [PATCH] Bump ansible from 2.9.16 to 7.0.0 in /netdevops/ansible_part_1 Bumps [ansible](https://github.com/ansible/ansible) from 2.9.16 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] --- netdevops/ansible_part_1/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netdevops/ansible_part_1/requirements.txt b/netdevops/ansible_part_1/requirements.txt index 7a461bc..8cedd4c 100644 --- a/netdevops/ansible_part_1/requirements.txt +++ b/netdevops/ansible_part_1/requirements.txt @@ -1,4 +1,4 @@ -ansible==2.9.16 +ansible==7.0.0 ncclient>=0.6.9 paramiko==2.7.2 requests>=2.25.1