From d1cf8baab04640c653c4bd09e2bc90d6c6943040 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 17:40:15 +0000 Subject: [PATCH] chore(deps): update mcr.microsoft.com/devcontainers/python docker tag to v3 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 014ad46..f72b4c2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Python 3", - "image": "mcr.microsoft.com/devcontainers/python:2-3.13", + "image": "mcr.microsoft.com/devcontainers/python:3-3.13", "features": { "ghcr.io/va-h/devcontainers-features/uv:1": {} }