From 693aae4261aa177c66077735d1e9e926e9fc4a76 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 00:34:15 +0000 Subject: [PATCH] chore(deps): update dependency python to v3.14.5 | datasource | package | from | to | | -------------- | ------- | ------ | ------ | | python-version | python | 3.14.3 | 3.14.5 | --- .github/workflows/pre-commit.yaml | 2 +- .github/workflows/syntax-check.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 3ee20e8a..72b0e790 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -27,7 +27,7 @@ permissions: env: GO_VERSION: "1.26.3" - PYTHON_VERSION: "3.14.3" + PYTHON_VERSION: "3.14.5" TFD_VERSION: "v0.22.0" jobs: diff --git a/.github/workflows/syntax-check.yaml b/.github/workflows/syntax-check.yaml index cba97f8e..fac4d980 100644 --- a/.github/workflows/syntax-check.yaml +++ b/.github/workflows/syntax-check.yaml @@ -37,7 +37,7 @@ env: COLLECTION_PATH: ansible_collections/dreadnode/goad REQUIREMENTS_FILE: .hooks/requirements.txt PY_COLORS: "1" - PYTHON_VERSION: "3.14.3" + PYTHON_VERSION: "3.14.5" ROLE: ${{ github.event.inputs.ROLE }} ANSIBLE_COLLECTIONS_PATH: ~/.ansible/collections