Skip to content

Commit c633d4b

Browse files
authored
Update pip in base-python to v26.0.1 (#353)
* https://pip.pypa.io/en/stable/news/#v26-0-1
1 parent 2462d46 commit c633d4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python/3.12/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cosign:
77
identity: https://github.com/home-assistant/docker-base/.*
88
args:
99
PYTHON_VERSION: "3.12.13"
10-
PIP_VERSION: "25.3"
10+
PIP_VERSION: "26.0.1"
1111
CERT_IDENTITY: thomas@python.org
1212
CERT_OIDC_ISSUER: https://accounts.google.com
1313
labels:

python/3.13/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cosign:
77
identity: https://github.com/home-assistant/docker-base/.*
88
args:
99
PYTHON_VERSION: "3.13.12"
10-
PIP_VERSION: "25.3"
10+
PIP_VERSION: "26.0.1"
1111
CERT_IDENTITY: thomas@python.org
1212
CERT_OIDC_ISSUER: https://accounts.google.com
1313
labels:

python/3.14/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cosign:
77
identity: https://github.com/home-assistant/docker-base/.*
88
args:
99
PYTHON_VERSION: "3.14.3"
10-
PIP_VERSION: "25.3"
10+
PIP_VERSION: "26.0.1"
1111
CERT_IDENTITY: hugo@python.org
1212
CERT_OIDC_ISSUER: https://github.com/login/oauth
1313
labels:

0 commit comments

Comments
 (0)