From 3afa7d705a1ce6396f9a1576f50ecfa1f408af72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 01:00:22 +0000 Subject: [PATCH] feat(Dependencies): Update dependency ansible to v9 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | ansible | 6.7.0 | 9.0.1 | --- packer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/requirements.txt b/packer/requirements.txt index b47fd7bf..716f907d 100644 --- a/packer/requirements.txt +++ b/packer/requirements.txt @@ -1,5 +1,5 @@ openstacksdk==1.5.0 -ansible==6.7.0 +ansible==9.0.1 python-openstackclient==6.3.0 paramiko