Skip to content

Commit 87e349e

Browse files
Update heroku/buildpacks-python to v2.4.5 (#803)
## heroku/python ### Changed - Updated uv from 0.8.13 to 0.8.15. ([#420](heroku/buildpacks-python#420)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 4ca762c commit 87e349e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

builder-22/builder.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ version = "0.20.13"
4747

4848
[[buildpacks]]
4949
id = "heroku/python"
50-
uri = "docker://docker.io/heroku/buildpack-python@sha256:357898b03f298bb5e7bae5eea6f179f6141a3c4c3e4515353b32845e95eadc7f"
50+
uri = "docker://docker.io/heroku/buildpack-python@sha256:f93ca4737b5aad95eaf4668512efdee18f8a0393411e219d9f796f3b6fc16db7"
5151

5252
[[buildpacks]]
5353
id = "heroku/ruby"
@@ -64,7 +64,7 @@ version = "0.20.13"
6464
optional = true
6565
[[order.group]]
6666
id = "heroku/python"
67-
version = "2.4.4"
67+
version = "2.4.5"
6868
[[order.group]]
6969
id = "heroku/procfile"
7070
version = "4.2.1"

builder-24/builder.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
4747

4848
[[buildpacks]]
4949
id = "heroku/python"
50-
uri = "docker://docker.io/heroku/buildpack-python@sha256:357898b03f298bb5e7bae5eea6f179f6141a3c4c3e4515353b32845e95eadc7f"
50+
uri = "docker://docker.io/heroku/buildpack-python@sha256:f93ca4737b5aad95eaf4668512efdee18f8a0393411e219d9f796f3b6fc16db7"
5151

5252
[[buildpacks]]
5353
id = "heroku/ruby"
@@ -64,7 +64,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
6464
optional = true
6565
[[order.group]]
6666
id = "heroku/python"
67-
version = "2.4.4"
67+
version = "2.4.5"
6868
[[order.group]]
6969
id = "heroku/procfile"
7070
version = "4.2.1"

0 commit comments

Comments
 (0)