diff --git a/scripts/vendor.py b/scripts/vendor.py index dfe9bf26..089c6294 100755 --- a/scripts/vendor.py +++ b/scripts/vendor.py @@ -20,7 +20,7 @@ logger = logging.getLogger("vendor") HCLOUD_SOURCE_URL = "https://github.com/hetznercloud/hcloud-python" -HCLOUD_VERSION = "v1.29.1" +HCLOUD_VERSION = "v1.30.0" HCLOUD_VENDOR_PATH = "plugins/module_utils/vendor/hcloud"