Skip to content

Commit

Permalink
Update heroku/buildpacks-python to v0.17.1 (#576)
Browse files Browse the repository at this point in the history
## 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>
  • Loading branch information
heroku-linguist[bot] authored Sep 7, 2024
1 parent 8d20591 commit 3e0e473
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions builder-20/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ version = "0.20.1"

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

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -56,7 +56,7 @@ version = "0.20.1"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.17.0"
version = "0.17.1"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand Down
4 changes: 2 additions & 2 deletions builder-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ version = "0.20.1"

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

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -56,7 +56,7 @@ version = "0.20.1"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.17.0"
version = "0.17.1"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand Down
4 changes: 2 additions & 2 deletions builder-24/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]

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

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -56,7 +56,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.17.0"
version = "0.17.1"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand Down

0 comments on commit 3e0e473

Please sign in to comment.