From 1f3aa0245e34810067858a70b1546ac19d113f70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:09:21 +0000 Subject: [PATCH] Bump python-openstackclient in /tools/openstack/heat_templates Bumps [python-openstackclient](https://docs.openstack.org/python-openstackclient/latest/) from 3.11.0 to 6.3.0. --- updated-dependencies: - dependency-name: python-openstackclient dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/openstack/heat_templates/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/openstack/heat_templates/requirements.txt b/tools/openstack/heat_templates/requirements.txt index 904212c8..9aaf3c4e 100644 --- a/tools/openstack/heat_templates/requirements.txt +++ b/tools/openstack/heat_templates/requirements.txt @@ -1,2 +1,2 @@ -python-openstackclient==3.11.0 # Provides the openstack cli +python-openstackclient==6.3.0 # Provides the openstack cli python-heatclient==1.10.0 # Provides the heat cli