From 541044cfd25abec5cd2c51e660f9f8cae05e17ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:25:12 +0000 Subject: [PATCH] feat(Dependencies): Update dependency python-openstackclient to v7 | datasource | package | from | to | | ---------- | ---------------------- | ----- | ----- | | pypi | python-openstackclient | 6.6.1 | 7.1.2 | --- packer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/requirements.txt b/packer/requirements.txt index ac96c2a..b019dec 100644 --- a/packer/requirements.txt +++ b/packer/requirements.txt @@ -1,4 +1,4 @@ openstacksdk==4.0.0 ansible==10.4.0 -python-openstackclient==6.6.1 +python-openstackclient==7.1.2 paramiko