Skip to content

Commit c8498e3

Browse files
Update heroku/buildpacks-python to v4.1.1
## heroku/python ### Changed - The Python 3.14 version alias now resolves to Python 3.14.3. ([#503](heroku/buildpacks-python#503)) - The Python 3.13 version alias now resolves to Python 3.13.12. ([#503](heroku/buildpacks-python#503))
1 parent a1a5bc0 commit c8498e3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

builder-22/builder.toml

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

4848
[[buildpacks]]
4949
id = "heroku/python"
50-
uri = "docker://docker.io/heroku/buildpack-python@sha256:2644569a1485da3d05c418ce3b0ab6272ac03c97f0c2025fdad64bf08b0622ba"
50+
uri = "docker://docker.io/heroku/buildpack-python@sha256:0e1c930ee5f524e4d63f936be053428816f14dde6016af2f7872359015b7b88b"
5151

5252
[[buildpacks]]
5353
id = "heroku/ruby"
@@ -64,7 +64,7 @@ version = "0.21.1"
6464
optional = true
6565
[[order.group]]
6666
id = "heroku/python"
67-
version = "4.1.0"
67+
version = "4.1.1"
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:2644569a1485da3d05c418ce3b0ab6272ac03c97f0c2025fdad64bf08b0622ba"
50+
uri = "docker://docker.io/heroku/buildpack-python@sha256:0e1c930ee5f524e4d63f936be053428816f14dde6016af2f7872359015b7b88b"
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 = "4.1.0"
67+
version = "4.1.1"
6868
[[order.group]]
6969
id = "heroku/procfile"
7070
version = "4.2.1"

0 commit comments

Comments
 (0)