From 90229bef4b3f440cdb27797fbbbf9af4dac2f972 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:15:49 +0000 Subject: [PATCH] Update heroku/buildpacks-python to v0.20.0 ## heroku/python ### Changed - Updated the default Python version from 3.12 to 3.13. ([#299](https://github.com/heroku/buildpacks-python/pull/299)) - Updated Poetry from 1.8.4 to 1.8.5. ([#300](https://github.com/heroku/buildpacks-python/pull/300)) --- 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 838cf21..91a8f95 100644 --- a/builder-20/builder.toml +++ b/builder-20/builder.toml @@ -43,7 +43,7 @@ version = "0.20.4" [[buildpacks]] id = "heroku/python" - uri = "docker://docker.io/heroku/buildpack-python@sha256:546b55f9bb1edcd27e7776a74e3151e4e369cef8e895c431d30e2d61de319e47" + uri = "docker://docker.io/heroku/buildpack-python@sha256:60d71f61b431a858121ece9c7dd136830348682e558d7d1c96abab14418715f9" [[buildpacks]] id = "heroku/ruby" @@ -56,7 +56,7 @@ version = "0.20.4" [[order]] [[order.group]] id = "heroku/python" - version = "0.19.2" + version = "0.20.0" [[order.group]] id = "heroku/procfile" version = "3.1.2" diff --git a/builder-22/builder.toml b/builder-22/builder.toml index d3f3bce..d15520d 100644 --- a/builder-22/builder.toml +++ b/builder-22/builder.toml @@ -47,7 +47,7 @@ version = "0.20.4" [[buildpacks]] id = "heroku/python" - uri = "docker://docker.io/heroku/buildpack-python@sha256:546b55f9bb1edcd27e7776a74e3151e4e369cef8e895c431d30e2d61de319e47" + uri = "docker://docker.io/heroku/buildpack-python@sha256:60d71f61b431a858121ece9c7dd136830348682e558d7d1c96abab14418715f9" [[buildpacks]] id = "heroku/ruby" @@ -64,7 +64,7 @@ version = "0.20.4" optional = true [[order.group]] id = "heroku/python" - version = "0.19.2" + version = "0.20.0" [[order.group]] id = "heroku/procfile" version = "3.1.2" diff --git a/builder-24/builder.toml b/builder-24/builder.toml index d7485f3..d38d124 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:546b55f9bb1edcd27e7776a74e3151e4e369cef8e895c431d30e2d61de319e47" + uri = "docker://docker.io/heroku/buildpack-python@sha256:60d71f61b431a858121ece9c7dd136830348682e558d7d1c96abab14418715f9" [[buildpacks]] id = "heroku/ruby" @@ -64,7 +64,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"] optional = true [[order.group]] id = "heroku/python" - version = "0.19.2" + version = "0.20.0" [[order.group]] id = "heroku/procfile" version = "3.1.2"