From 7822942e6b5c5b8200bf16a3bf16ed1263ce6dd6 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:33:04 +0000 Subject: [PATCH] Update heroku/buildpacks-python to v0.7.1 (#399) ## heroku/python ### Changed - Updated the default Python version from 3.11.5 to 3.11.6. ([#121](https://github.com/heroku/buildpacks-python/pull/121)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> --- builder-20/builder.toml | 4 ++-- builder-22/builder.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/builder-20/builder.toml b/builder-20/builder.toml index 399150e1..2a728163 100644 --- a/builder-20/builder.toml +++ b/builder-20/builder.toml @@ -30,7 +30,7 @@ version = "0.17.1" [[buildpacks]] id = "heroku/python" - uri = "docker://docker.io/heroku/buildpack-python@sha256:537221283e7040997e006c90782ba93ed01edf0de705d013b474aa5ee82979fc" + uri = "docker://docker.io/heroku/buildpack-python@sha256:4bc48b1ce0f6fec47eafffe0be86ec74638575fbafba2616165921e661561613" [[buildpacks]] id = "heroku/ruby" @@ -43,7 +43,7 @@ version = "0.17.1" [[order]] [[order.group]] id = "heroku/python" - version = "0.7.0" + version = "0.7.1" [[order.group]] id = "heroku/procfile" version = "2.0.1" diff --git a/builder-22/builder.toml b/builder-22/builder.toml index f2d6b922..d64bc187 100644 --- a/builder-22/builder.toml +++ b/builder-22/builder.toml @@ -30,7 +30,7 @@ version = "0.17.1" [[buildpacks]] id = "heroku/python" - uri = "docker://docker.io/heroku/buildpack-python@sha256:537221283e7040997e006c90782ba93ed01edf0de705d013b474aa5ee82979fc" + uri = "docker://docker.io/heroku/buildpack-python@sha256:4bc48b1ce0f6fec47eafffe0be86ec74638575fbafba2616165921e661561613" [[buildpacks]] id = "heroku/ruby" @@ -43,7 +43,7 @@ version = "0.17.1" [[order]] [[order.group]] id = "heroku/python" - version = "0.7.0" + version = "0.7.1" [[order.group]] id = "heroku/procfile" version = "2.0.1"