Skip to content

Commit

Permalink
chore(deps): update dependency hcloud to v2.3.0 (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent f05894a commit d9f4914
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/module_utils/vendor/hcloud/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

__version__ = "2.2.1" # x-release-please-version
__version__ = "2.3.0" # x-release-please-version
2 changes: 1 addition & 1 deletion plugins/module_utils/vendor/hcloud/floating_ips/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def create(
self,
type: str,
description: str | None = None,
labels: str | None = None,
labels: dict[str, str] | None = None,
home_location: Location | BoundLocation | None = None,
server: Server | BoundServer | None = None,
name: str | None = None,
Expand Down
2 changes: 1 addition & 1 deletion scripts/vendor.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
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"


Expand Down

0 comments on commit d9f4914

Please sign in to comment.