From 9fa1009b0afad3285dc7fbf44830aa8e9e8f829a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 7 Nov 2024 19:13:24 +0100 Subject: [PATCH] Update pip to 24.3.1 (#285) --- python/3.11/build.yaml | 2 +- python/3.12/build.yaml | 2 +- python/3.13/build.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/3.11/build.yaml b/python/3.11/build.yaml index 3f849df..da0bf8e 100644 --- a/python/3.11/build.yaml +++ b/python/3.11/build.yaml @@ -10,7 +10,7 @@ cosign: identity: https://github.com/home-assistant/docker-base/.* args: PYTHON_VERSION: 3.11.9 - PIP_VERSION: 24.2 + PIP_VERSION: 24.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 d2d2586..3ad8b96 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.5 - PIP_VERSION: 24.2 + PIP_VERSION: 24.3.1 GPG_KEY: 7169605F62C751356D054A26A821E680E5FA6305 labels: io.hass.base.name: python diff --git a/python/3.13/build.yaml b/python/3.13/build.yaml index b91e5c7..4e6b724 100644 --- a/python/3.13/build.yaml +++ b/python/3.13/build.yaml @@ -10,7 +10,7 @@ cosign: identity: https://github.com/home-assistant/docker-base/.* args: PYTHON_VERSION: 3.13.0 - PIP_VERSION: 24.2 + PIP_VERSION: 24.3.1 GPG_KEY: 7169605F62C751356D054A26A821E680E5FA6305 labels: io.hass.base.name: python