From 3de27fc4e0bb924d489570e735d6a11c49a3f73b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:04:17 +0000 Subject: [PATCH] chore(deps): Bump python in /basicmessage_storage/integration Bumps python from 3.12-slim to 3.13-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- basicmessage_storage/integration/Dockerfile.test.runner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basicmessage_storage/integration/Dockerfile.test.runner b/basicmessage_storage/integration/Dockerfile.test.runner index 18b7bb6e1..43e5fcc78 100644 --- a/basicmessage_storage/integration/Dockerfile.test.runner +++ b/basicmessage_storage/integration/Dockerfile.test.runner @@ -1,4 +1,4 @@ -FROM python:3.12-slim +FROM python:3.13-slim WORKDIR /usr/src/app # install poetry