From 375d671dad87e5d22e89e1ef414089ee71ea278f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 2 Aug 2022 15:36:17 +0200 Subject: [PATCH] Update Python pip to 22.2.1 (#186) --- python/3.10/build.yaml | 2 +- python/3.8/build.yaml | 2 +- python/3.9/build.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/3.10/build.yaml b/python/3.10/build.yaml index 6fea9dc..8144393 100644 --- a/python/3.10/build.yaml +++ b/python/3.10/build.yaml @@ -11,7 +11,7 @@ codenotary: base_image: notary@home-assistant.io args: PYTHON_VERSION: 3.10.5 - PIP_VERSION: 22.2.0 + PIP_VERSION: 22.2.1 GPG_KEY: A035C8C19219BA821ECEA86B64E628F8D684696D labels: io.hass.base.name: python diff --git a/python/3.8/build.yaml b/python/3.8/build.yaml index 9c26c52..d0e686f 100644 --- a/python/3.8/build.yaml +++ b/python/3.8/build.yaml @@ -11,7 +11,7 @@ codenotary: base_image: notary@home-assistant.io args: PYTHON_VERSION: 3.8.13 - PIP_VERSION: 22.2.0 + PIP_VERSION: 22.2.1 GPG_KEY: E3FF2839C048B25C084DEBE9B26995E310250568 labels: io.hass.base.name: python diff --git a/python/3.9/build.yaml b/python/3.9/build.yaml index 6f5429b..83b233d 100644 --- a/python/3.9/build.yaml +++ b/python/3.9/build.yaml @@ -11,7 +11,7 @@ codenotary: base_image: notary@home-assistant.io args: PYTHON_VERSION: 3.9.13 - PIP_VERSION: 22.2.0 + PIP_VERSION: 22.2.1 GPG_KEY: E3FF2839C048B25C084DEBE9B26995E310250568 labels: io.hass.base.name: python