Skip to content

Commit e2c616e

Browse files
Update heroku/buildpacks-python to v2.7.3 (#839)
## heroku/python ### Changed - The Python 3.9 version alias now resolves to Python 3.9.25. ([#458](heroku/buildpacks-python#458)) - Updated uv from 0.9.5 to 0.9.7. ([#455](heroku/buildpacks-python#455)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent e0369c8 commit e2c616e

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

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

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

0 commit comments

Comments
 (0)