From 3fd41b968ccf4cc2590b9850546c73d843233ef9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 22 Oct 2023 20:30:14 +0200 Subject: [PATCH] Bump Python to 3.11.6, pip to 23.3.1 (#245) --- python/3.10/build.yaml | 2 +- python/3.11/build.yaml | 4 ++-- python/3.12/build.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/3.10/build.yaml b/python/3.10/build.yaml index 9bea575..a9d10d2 100644 --- a/python/3.10/build.yaml +++ b/python/3.10/build.yaml @@ -10,7 +10,7 @@ cosign: identity: https://github.com/home-assistant/docker-base/.* args: PYTHON_VERSION: 3.10.13 - PIP_VERSION: 23.3 + PIP_VERSION: 23.3.1 GPG_KEY: A035C8C19219BA821ECEA86B64E628F8D684696D labels: io.hass.base.name: python diff --git a/python/3.11/build.yaml b/python/3.11/build.yaml index a813110..b1d886c 100644 --- a/python/3.11/build.yaml +++ b/python/3.11/build.yaml @@ -9,8 +9,8 @@ cosign: base_identity: https://github.com/home-assistant/docker-base/.* identity: https://github.com/home-assistant/docker-base/.* args: - PYTHON_VERSION: 3.11.5 - PIP_VERSION: 23.3 + PYTHON_VERSION: 3.11.6 + PIP_VERSION: 23.3.1 GPG_KEY: A035C8C19219BA821ECEA86B64E628F8D684696D labels: io.hass.base.name: python diff --git a/python/3.12/build.yaml b/python/3.12/build.yaml index 4cbf87e..722dfc7 100644 --- a/python/3.12/build.yaml +++ b/python/3.12/build.yaml @@ -10,7 +10,7 @@ cosign: identity: https://github.com/home-assistant/docker-base/.* args: PYTHON_VERSION: 3.12.0 - PIP_VERSION: 23.3 + PIP_VERSION: 23.3.1 GPG_KEY: 7169605F62C751356D054A26A821E680E5FA6305 labels: io.hass.base.name: python