From 9fd9d61a1da12328fc032c4d4bc7f41f45b56cae Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:01:38 +0000 Subject: [PATCH] Update heroku/buildpacks-python to v0.21.0 ## heroku/python ### Changed - The build now fails early if known problematic Python and pip-related env vars have been set by the user or earlier buildpacks. ([#308](https://github.com/heroku/buildpacks-python/pull/308)) - The `PIP_PYTHON` env var is now only set at build time. ([#307](https://github.com/heroku/buildpacks-python/pull/307)) ### Removed - Stopped setting the `LANG` env var. ([#306](https://github.com/heroku/buildpacks-python/pull/306)) - Stopped setting the `PYTHONHOME` env var. ([#309](https://github.com/heroku/buildpacks-python/pull/309)) --- builder-20/builder.toml | 4 ++-- builder-22/builder.toml | 4 ++-- builder-24/builder.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/builder-20/builder.toml b/builder-20/builder.toml index c1b9353..dfaaf69 100644 --- a/builder-20/builder.toml +++ b/builder-20/builder.toml @@ -43,7 +43,7 @@ version = "0.20.5" [[buildpacks]] id = "heroku/python" - uri = "docker://docker.io/heroku/buildpack-python@sha256:96483f20b7bd00d638314440729dda93c693ec49abe36cace853e6878cb5bd78" + uri = "docker://docker.io/heroku/buildpack-python@sha256:793110da0466bba54dd5da229e8ede949fd156da383c33cd5304d963d0520777" [[buildpacks]] id = "heroku/ruby" @@ -56,7 +56,7 @@ version = "0.20.5" [[order]] [[order.group]] id = "heroku/python" - version = "0.20.1" + version = "0.21.0" [[order.group]] id = "heroku/procfile" version = "3.1.2" diff --git a/builder-22/builder.toml b/builder-22/builder.toml index 06cf3fe..34cd6af 100644 --- a/builder-22/builder.toml +++ b/builder-22/builder.toml @@ -47,7 +47,7 @@ version = "0.20.5" [[buildpacks]] id = "heroku/python" - uri = "docker://docker.io/heroku/buildpack-python@sha256:96483f20b7bd00d638314440729dda93c693ec49abe36cace853e6878cb5bd78" + uri = "docker://docker.io/heroku/buildpack-python@sha256:793110da0466bba54dd5da229e8ede949fd156da383c33cd5304d963d0520777" [[buildpacks]] id = "heroku/ruby" @@ -64,7 +64,7 @@ version = "0.20.5" optional = true [[order.group]] id = "heroku/python" - version = "0.20.1" + version = "0.21.0" [[order.group]] id = "heroku/procfile" version = "3.1.2" diff --git a/builder-24/builder.toml b/builder-24/builder.toml index 9f07926..d193fbf 100644 --- a/builder-24/builder.toml +++ b/builder-24/builder.toml @@ -47,7 +47,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"] [[buildpacks]] id = "heroku/python" - uri = "docker://docker.io/heroku/buildpack-python@sha256:96483f20b7bd00d638314440729dda93c693ec49abe36cace853e6878cb5bd78" + uri = "docker://docker.io/heroku/buildpack-python@sha256:793110da0466bba54dd5da229e8ede949fd156da383c33cd5304d963d0520777" [[buildpacks]] id = "heroku/ruby" @@ -64,7 +64,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"] optional = true [[order.group]] id = "heroku/python" - version = "0.20.1" + version = "0.21.0" [[order.group]] id = "heroku/procfile" version = "3.1.2"