From 18448279151780b9148c242990d6220e532dd2b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 12:39:24 +0000 Subject: [PATCH] chore(deps): update minor-updates to v3.14 --- .devcontainer/devcontainer.json | 2 +- .github/workflows/semantic-release.yml | 2 +- .python-version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7e7c0f3..ebcc917 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "StreamBlocks Development", - "image": "mcr.microsoft.com/devcontainers/python:3.13", + "image": "mcr.microsoft.com/devcontainers/python:3.14", "features": { "ghcr.io/devcontainers/features/node:1": { "version": "lts" diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 2605997..53b01af 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -39,7 +39,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.13' + python-version: '3.14' - name: Install python-semantic-release run: pip install python-semantic-release diff --git a/.python-version b/.python-version index 24ee5b1..6324d40 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13 +3.14