From 117a41356ed4a08fdd39ab9d76d9b46c28711134 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 07:43:31 +0000 Subject: [PATCH] Update mcr.microsoft.com/vscode/devcontainers/python Docker tag to v3.14 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 86e0403..84070aa 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Python 3", - "image": "mcr.microsoft.com/vscode/devcontainers/python:3.13", + "image": "mcr.microsoft.com/vscode/devcontainers/python:3.14", "forwardPorts": [8000], "postCreateCommand": "pip install -r requirements.txt", "customizations": {