From ebcc0022e3c54dd484623a1aa770a389b917cfc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 15:22:33 +0000 Subject: [PATCH] Bump python in /.devcontainer in the all group Bumps the all group in /.devcontainer with 1 update: python. Updates `python` from 3.13.7-alpine3.22 to 3.14.0-alpine3.22 --- updated-dependencies: - dependency-name: python dependency-version: 3.14.0-alpine3.22 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index caa1a44..aa3b82b 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.7-alpine3.22 +FROM python:3.14.0-alpine3.22 RUN apk update && apk add --no-cache \ bash \