Skip to content

Commit b68aa8f

Browse files
Update heroku/buildpacks-python to v0.26.1 (#699)
## heroku/python ### Changed - The Python 3.13 version alias now resolves to Python 3.13.3. ([#349](heroku/buildpacks-python#349)) - The Python 3.12 version alias now resolves to Python 3.12.10. ([#349](heroku/buildpacks-python#349)) - The Python 3.11 version alias now resolves to Python 3.11.12. ([#349](heroku/buildpacks-python#349)) - The Python 3.10 version alias now resolves to Python 3.10.17. ([#349](heroku/buildpacks-python#349)) - The Python 3.9 version alias now resolves to Python 3.9.22. ([#349](heroku/buildpacks-python#349)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent ad9b391 commit b68aa8f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

builder-20/builder.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ version = "0.20.7"
4343

4444
[[buildpacks]]
4545
id = "heroku/python"
46-
uri = "docker://docker.io/heroku/buildpack-python@sha256:926e41256676e7f21ecb521324c06184b33673f647fabe073a01c8f724b15f67"
46+
uri = "docker://docker.io/heroku/buildpack-python@sha256:4054a84d88d9a37d3798df5e7e33ea4d817d54fd56a8806a493bc47588ef24d6"
4747

4848
[[buildpacks]]
4949
id = "heroku/ruby"
@@ -56,7 +56,7 @@ version = "0.20.7"
5656
[[order]]
5757
[[order.group]]
5858
id = "heroku/python"
59-
version = "0.26.0"
59+
version = "0.26.1"
6060
[[order.group]]
6161
id = "heroku/procfile"
6262
version = "4.2.1"

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

4848
[[buildpacks]]
4949
id = "heroku/python"
50-
uri = "docker://docker.io/heroku/buildpack-python@sha256:926e41256676e7f21ecb521324c06184b33673f647fabe073a01c8f724b15f67"
50+
uri = "docker://docker.io/heroku/buildpack-python@sha256:4054a84d88d9a37d3798df5e7e33ea4d817d54fd56a8806a493bc47588ef24d6"
5151

5252
[[buildpacks]]
5353
id = "heroku/ruby"
@@ -64,7 +64,7 @@ version = "0.20.7"
6464
optional = true
6565
[[order.group]]
6666
id = "heroku/python"
67-
version = "0.26.0"
67+
version = "0.26.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:926e41256676e7f21ecb521324c06184b33673f647fabe073a01c8f724b15f67"
50+
uri = "docker://docker.io/heroku/buildpack-python@sha256:4054a84d88d9a37d3798df5e7e33ea4d817d54fd56a8806a493bc47588ef24d6"
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 = "0.26.0"
67+
version = "0.26.1"
6868
[[order.group]]
6969
id = "heroku/procfile"
7070
version = "4.2.1"

0 commit comments

Comments
 (0)