1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-03 23:51:48 +00:00

chore(deps): update dependency hcloud to v2.3.0 (#567)

This commit is contained in:
renovate[bot] 2024-10-10 13:03:44 +02:00 committed by GitHub
parent f05894ad09
commit d9f49144bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ from textwrap import dedent
logger = logging.getLogger("vendor")
HCLOUD_SOURCE_URL = "https://github.com/hetznercloud/hcloud-python"
HCLOUD_VERSION = "v2.2.1"
HCLOUD_VERSION = "v2.3.0"
HCLOUD_VENDOR_PATH = "plugins/module_utils/vendor/hcloud"