1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

chore(deps): update dependency hcloud to v2.12.0 (#760)

##### SUMMARY

Bump `hcloud-python` to
[v2.12.0](https://github.com/hetznercloud/hcloud-python/releases/tag/v2.12.0)
This commit is contained in:
Julian Tölle 2025-12-10 12:36:04 +01:00 committed by GitHub
parent ea973be048
commit bc61715c92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 2589 additions and 2 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.11.1"
HCLOUD_VERSION = "v2.12.0"
HCLOUD_VENDOR_PATH = "plugins/module_utils/vendor/hcloud"