Skip to content

Commit

Permalink
Update heroku/buildpacks-python to v0.7.2 (#416)
Browse files Browse the repository at this point in the history
## heroku/python

### Changed

- Updated pip from 23.2.1 to 23.3.1. ([#131](heroku/buildpacks-python#131))
- Updated wheel from 0.41.0 to 0.41.2. ([#100](heroku/buildpacks-python#100))
- Updated buildpack display name and description. ([#135](https://github.com/heroku/buildpack-python/pull/135))

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Oct 24, 2023
1 parent b6de418 commit b608247
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions builder-20/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version = "0.17.2"

[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:4bc48b1ce0f6fec47eafffe0be86ec74638575fbafba2616165921e661561613"
uri = "docker://docker.io/heroku/buildpack-python@sha256:6f4a9a8e9783149f64e11622e145e4d49dddd57129c22b4d607f22bece3789c5"

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -43,7 +43,7 @@ version = "0.17.2"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.7.1"
version = "0.7.2"
[[order.group]]
id = "heroku/procfile"
version = "2.0.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 @@ -30,7 +30,7 @@ version = "0.17.2"

[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:4bc48b1ce0f6fec47eafffe0be86ec74638575fbafba2616165921e661561613"
uri = "docker://docker.io/heroku/buildpack-python@sha256:6f4a9a8e9783149f64e11622e145e4d49dddd57129c22b4d607f22bece3789c5"

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -43,7 +43,7 @@ version = "0.17.2"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.7.1"
version = "0.7.2"
[[order.group]]
id = "heroku/procfile"
version = "2.0.2"
Expand Down

0 comments on commit b608247

Please sign in to comment.