From 2a204dd216e318e0f29a1c8876bebe93d73cca86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:35:55 +0000 Subject: [PATCH 1/2] Bump python from 3.12-alpine3.19 to 3.13-alpine3.19 in /backend Bumps python from 3.12-alpine3.19 to 3.13-alpine3.19. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 74b49ad70..7154ce45a 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine3.19 +FROM python:3.13-alpine3.19 RUN apk --update add \ build-base \ From 73a2f0c326c90185a0826b20ebb7632d6ab6f159 Mon Sep 17 00:00:00 2001 From: Till Prochaska <1512805+tillprochaska@users.noreply.github.com> Date: Fri, 1 Nov 2024 23:55:59 +0100 Subject: [PATCH 2/2] Bump Python version used in tests --- .github/workflows/backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 1db84a4c8..1659b0e45 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.13" cache: "poetry" cache-dependency-path: "./backend/poetry.lock"