Skip to content

Commit

Permalink
Update Python pip to 22.2.1 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Aug 2, 2022
1 parent 3f6900d commit 375d671
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/3.10/build.yaml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/3.8/build.yaml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/3.9/build.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 375d671

Please sign in to comment.