From 1ae3e05cc7838353b45f86f7cc383694313ba5ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 11:29:24 +0200 Subject: [PATCH] chore(deps): update dependency python to 3.14 (#704) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [python](https://redirect.github.com/actions/python-versions) | uses-with | minor | `3.13` -> `3.14` | --- ### Release Notes
actions/python-versions (python) ### [`v3.14.0`](https://redirect.github.com/actions/python-versions/releases/tag/3.14.0-18313368925): 3.14.0 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.13.9-18515951191...3.14.0-18313368925) Python 3.14.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- .github/workflows/release-please.yml | 2 +- .github/workflows/vendor.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 714f208..3d06e28 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: - name: Setup python uses: actions/setup-python@v6 with: - python-version: "3.13" + python-version: "3.14" cache: pip cache-dependency-path: requirements.txt diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index d9a6dc3..692c8fd 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -44,7 +44,7 @@ jobs: - name: Setup python uses: actions/setup-python@v6 with: - python-version: "3.13" + python-version: "3.14" - name: Install dependencies run: pip install antsibull-changelog diff --git a/.github/workflows/vendor.yml b/.github/workflows/vendor.yml index 85a518f..9eb9a45 100644 --- a/.github/workflows/vendor.yml +++ b/.github/workflows/vendor.yml @@ -20,7 +20,7 @@ jobs: - name: Setup python uses: actions/setup-python@v6 with: - python-version: "3.13" + python-version: "3.14" - name: Ensure vendors are not diverging run: make vendor-check