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"