From 6d025fb19ec37af6d9f3634abf286e0e1b836656 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 00:14:30 +0000 Subject: [PATCH] Update dependency python to v3.14.0 --- .devcontainer/devcontainer.json | 2 +- .github/workflows/lint-build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d22c134..8b38187 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ // Features to add to the dev container. More info: https://containers.dev/features. "features": { "ghcr.io/devcontainers/features/python:1": { - "version": "3.13" // python-version + "version": "3.14" // python-version } }, diff --git a/.github/workflows/lint-build.yaml b/.github/workflows/lint-build.yaml index ada3b5a..b788c53 100644 --- a/.github/workflows/lint-build.yaml +++ b/.github/workflows/lint-build.yaml @@ -15,7 +15,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5.6.0 with: - python-version: 3.13 + python-version: 3.14 - name: Install Arduino dependencies run: |