From 0ba2cc989cd5004e7966af74c3488847b05d8ecb Mon Sep 17 00:00:00 2001 From: jo Date: Tue, 7 Oct 2025 10:23:52 +0200 Subject: [PATCH] chore(deps): update dependency hcloud to v2.8.0 --- scripts/vendor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vendor.py b/scripts/vendor.py index ee29974..0122839 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.7.0" +HCLOUD_VERSION = "v2.8.0" HCLOUD_VENDOR_PATH = "plugins/module_utils/vendor/hcloud"