Skip to content

Commit 3e0e473

Browse files
Update heroku/buildpacks-python to v0.17.1 (#576)
## heroku/python ### Changed - Updated the default Python version from 3.12.5 to 3.12.6. ([#266](heroku/buildpacks-python#266)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 8d20591 commit 3e0e473

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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.1"
4343

4444
[[buildpacks]]
4545
id = "heroku/python"
46-
uri = "docker://docker.io/heroku/buildpack-python@sha256:8820a49a8a4c4fe1e8968f65c65acc74793581da164dc5b3b0e53e4efe0f34ae"
46+
uri = "docker://docker.io/heroku/buildpack-python@sha256:c2b071f00e456f5914e273e12cbc4bb35baf9d3c08b06d86bc7e585c0581baf6"
4747

4848
[[buildpacks]]
4949
id = "heroku/ruby"
@@ -56,7 +56,7 @@ version = "0.20.1"
5656
[[order]]
5757
[[order.group]]
5858
id = "heroku/python"
59-
version = "0.17.0"
59+
version = "0.17.1"
6060
[[order.group]]
6161
id = "heroku/procfile"
6262
version = "3.1.2"

builder-22/builder.toml

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

4444
[[buildpacks]]
4545
id = "heroku/python"
46-
uri = "docker://docker.io/heroku/buildpack-python@sha256:8820a49a8a4c4fe1e8968f65c65acc74793581da164dc5b3b0e53e4efe0f34ae"
46+
uri = "docker://docker.io/heroku/buildpack-python@sha256:c2b071f00e456f5914e273e12cbc4bb35baf9d3c08b06d86bc7e585c0581baf6"
4747

4848
[[buildpacks]]
4949
id = "heroku/ruby"
@@ -56,7 +56,7 @@ version = "0.20.1"
5656
[[order]]
5757
[[order.group]]
5858
id = "heroku/python"
59-
version = "0.17.0"
59+
version = "0.17.1"
6060
[[order.group]]
6161
id = "heroku/procfile"
6262
version = "3.1.2"

builder-24/builder.toml

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

4444
[[buildpacks]]
4545
id = "heroku/python"
46-
uri = "docker://docker.io/heroku/buildpack-python@sha256:8820a49a8a4c4fe1e8968f65c65acc74793581da164dc5b3b0e53e4efe0f34ae"
46+
uri = "docker://docker.io/heroku/buildpack-python@sha256:c2b071f00e456f5914e273e12cbc4bb35baf9d3c08b06d86bc7e585c0581baf6"
4747

4848
[[buildpacks]]
4949
id = "heroku/ruby"
@@ -56,7 +56,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
5656
[[order]]
5757
[[order.group]]
5858
id = "heroku/python"
59-
version = "0.17.0"
59+
version = "0.17.1"
6060
[[order.group]]
6161
id = "heroku/procfile"
6262
version = "3.1.2"

0 commit comments

Comments
 (0)