From 81284da8587ffb5d0205b8180224e7088ee6a615 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 6 Nov 2023 09:50:55 +0000
Subject: [PATCH] chore(deps): update dependency conda-forge/python to v3.12.0

---
 python-minimal/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python-minimal/Dockerfile b/python-minimal/Dockerfile
index 9ec0a32d..c2495e7c 100644
--- a/python-minimal/Dockerfile
+++ b/python-minimal/Dockerfile
@@ -3,7 +3,7 @@ FROM $BASE_IMAGE
 
 LABEL maintainer="InseeFrLab <innovation@insee.fr>"
 
-ARG PYTHON_VERSION="3.11.4"
+ARG PYTHON_VERSION="3.12.0"
 ENV PYTHON_VERSION=${PYTHON_VERSION}
 
 ENV MAMBA_DIR="/opt/mamba"