From d9957737cee2eb458c735f2f9e655486f574a390 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 25 Aug 2023 09:54:40 +0200 Subject: [PATCH] Upgrade Python to 3.10.13 and 3.11.5 (#233) --- python/3.10/build.yaml | 2 +- python/3.11/build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/3.10/build.yaml b/python/3.10/build.yaml index 66c17e6..a6dc855 100644 --- a/python/3.10/build.yaml +++ b/python/3.10/build.yaml @@ -12,7 +12,7 @@ cosign: base_identity: https://github.com/home-assistant/docker-base/.* identity: https://github.com/home-assistant/docker-base/.* args: - PYTHON_VERSION: 3.10.12 + PYTHON_VERSION: 3.10.13 PIP_VERSION: 23.1.2 GPG_KEY: A035C8C19219BA821ECEA86B64E628F8D684696D labels: diff --git a/python/3.11/build.yaml b/python/3.11/build.yaml index ba3b956..1067517 100644 --- a/python/3.11/build.yaml +++ b/python/3.11/build.yaml @@ -12,7 +12,7 @@ cosign: base_identity: https://github.com/home-assistant/docker-base/.* identity: https://github.com/home-assistant/docker-base/.* args: - PYTHON_VERSION: 3.11.4 + PYTHON_VERSION: 3.11.5 PIP_VERSION: 23.1.2 GPG_KEY: A035C8C19219BA821ECEA86B64E628F8D684696D labels: