From 487855536149713e4a4021f3f137228a882d7cf4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 18:57:12 +0000 Subject: [PATCH] chore(deps): update dependency hcloud to v2.1.1 --- scripts/vendor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vendor.py b/scripts/vendor.py index aaff31a..ee4010a 100755 --- a/scripts/vendor.py +++ b/scripts/vendor.py @@ -22,7 +22,7 @@ from textwrap import dedent logger = logging.getLogger("vendor") HCLOUD_SOURCE_URL = "https://github.com/hetznercloud/hcloud-python" -HCLOUD_VERSION = "v2.1.0" +HCLOUD_VERSION = "v2.1.1" HCLOUD_VENDOR_PATH = "plugins/module_utils/vendor/hcloud"