Skip to content

Commit 2fa1f1f

Browse files
Update heroku/buildpacks-python to v2.7.2 (#828)
## heroku/python ### Changed - Updated uv from 0.8.23 to 0.9.5. ([#446](heroku/buildpacks-python#446) and [#449](heroku/buildpacks-python#449)) ### Fixed - Pinned `dulwich` version when using Poetry to work around an incompatibility with Python <3.9.2. ([#447](heroku/heroku-buildpack-python#447)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 932f4d7 commit 2fa1f1f

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.14"
4747

4848
[[buildpacks]]
4949
id = "heroku/python"
50-
uri = "docker://docker.io/heroku/buildpack-python@sha256:3c70d78327505b50caa877b1e93e9af70512f70a714e8d36f9ab416a6f910b21"
50+
uri = "docker://docker.io/heroku/buildpack-python@sha256:495a0c3f393b49429383477561de9d7c77c42dffaef0143b244c9beb075552aa"
5151

5252
[[buildpacks]]
5353
id = "heroku/ruby"
@@ -64,7 +64,7 @@ version = "0.20.14"
6464
optional = true
6565
[[order.group]]
6666
id = "heroku/python"
67-
version = "2.7.1"
67+
version = "2.7.2"
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:3c70d78327505b50caa877b1e93e9af70512f70a714e8d36f9ab416a6f910b21"
50+
uri = "docker://docker.io/heroku/buildpack-python@sha256:495a0c3f393b49429383477561de9d7c77c42dffaef0143b244c9beb075552aa"
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.7.1"
67+
version = "2.7.2"
6868
[[order.group]]
6969
id = "heroku/procfile"
7070
version = "4.2.1"

0 commit comments

Comments
 (0)