diff --git a/scripts/vendor.py b/scripts/vendor.py index 2da884a..f8ccd66 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.5.1" +HCLOUD_VERSION = "v2.5.2" HCLOUD_VENDOR_PATH = "plugins/module_utils/vendor/hcloud"