From 793b1bf985f0bb2d92d07f4112c53cd1badddbd6 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:21:35 +0000 Subject: [PATCH] Update heroku/buildpacks-python to v0.11.0 (#537) ## heroku/python ### Changed - Updated the default Python version from 3.12.3 to 3.12.4. ([#210](https://github.com/heroku/buildpacks-python/pull/210)) - Updated setuptools from 69.5.1 to 70.0.0. ([#205](https://github.com/heroku/buildpacks-python/pull/205)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> --- 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 cb4216e8..5ab6bb06 100644 --- a/builder-20/builder.toml +++ b/builder-20/builder.toml @@ -30,7 +30,7 @@ version = "0.19.7" [[buildpacks]] id = "heroku/python" - uri = "docker://docker.io/heroku/buildpack-python@sha256:a64c75016e01aced71f98262eba7cdd132170f43df5281c94d624cbb1d230da2" + uri = "docker://docker.io/heroku/buildpack-python@sha256:9b7f89ecd5cec812be0f7f4109d2f98fd78c9138ff755b6be3e8a50ff591e776" [[buildpacks]] id = "heroku/ruby" @@ -43,7 +43,7 @@ version = "0.19.7" [[order]] [[order.group]] id = "heroku/python" - version = "0.10.0" + version = "0.11.0" [[order.group]] id = "heroku/procfile" version = "3.1.1" diff --git a/builder-22/builder.toml b/builder-22/builder.toml index 260e3b2b..645303c5 100644 --- a/builder-22/builder.toml +++ b/builder-22/builder.toml @@ -30,7 +30,7 @@ version = "0.19.7" [[buildpacks]] id = "heroku/python" - uri = "docker://docker.io/heroku/buildpack-python@sha256:a64c75016e01aced71f98262eba7cdd132170f43df5281c94d624cbb1d230da2" + uri = "docker://docker.io/heroku/buildpack-python@sha256:9b7f89ecd5cec812be0f7f4109d2f98fd78c9138ff755b6be3e8a50ff591e776" [[buildpacks]] id = "heroku/ruby" @@ -43,7 +43,7 @@ version = "0.19.7" [[order]] [[order.group]] id = "heroku/python" - version = "0.10.0" + version = "0.11.0" [[order.group]] id = "heroku/procfile" version = "3.1.1" diff --git a/builder-24/builder.toml b/builder-24/builder.toml index efdaac08..146d659c 100644 --- a/builder-24/builder.toml +++ b/builder-24/builder.toml @@ -30,7 +30,7 @@ version = "0.19.7" [[buildpacks]] id = "heroku/python" - uri = "docker://docker.io/heroku/buildpack-python@sha256:a64c75016e01aced71f98262eba7cdd132170f43df5281c94d624cbb1d230da2" + uri = "docker://docker.io/heroku/buildpack-python@sha256:9b7f89ecd5cec812be0f7f4109d2f98fd78c9138ff755b6be3e8a50ff591e776" [[buildpacks]] id = "heroku/ruby" @@ -43,7 +43,7 @@ version = "0.19.7" [[order]] [[order.group]] id = "heroku/python" - version = "0.10.0" + version = "0.11.0" [[order.group]] id = "heroku/procfile" version = "3.1.1"