Skip to content

Commit

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

### Changed

- Updated the default Python version from 3.12.3 to 3.12.4. ([#210](heroku/buildpacks-python#210))
- Updated setuptools from 69.5.1 to 70.0.0. ([#205](heroku/buildpacks-python#205))

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Jun 7, 2024
1 parent 83544ea commit 793b1bf
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 @@ -30,7 +30,7 @@ version = "0.19.7"

[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:a64c75016e01aced71f98262eba7cdd132170f43df5281c94d624cbb1d230da2"
uri = "docker://docker.io/heroku/buildpack-python@sha256:9b7f89ecd5cec812be0f7f4109d2f98fd78c9138ff755b6be3e8a50ff591e776"

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -43,7 +43,7 @@ version = "0.19.7"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.10.0"
version = "0.11.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.1"
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.19.7"

[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:a64c75016e01aced71f98262eba7cdd132170f43df5281c94d624cbb1d230da2"
uri = "docker://docker.io/heroku/buildpack-python@sha256:9b7f89ecd5cec812be0f7f4109d2f98fd78c9138ff755b6be3e8a50ff591e776"

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -43,7 +43,7 @@ version = "0.19.7"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.10.0"
version = "0.11.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.1"
Expand Down
4 changes: 2 additions & 2 deletions builder-24/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version = "0.19.7"

[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:a64c75016e01aced71f98262eba7cdd132170f43df5281c94d624cbb1d230da2"
uri = "docker://docker.io/heroku/buildpack-python@sha256:9b7f89ecd5cec812be0f7f4109d2f98fd78c9138ff755b6be3e8a50ff591e776"

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -43,7 +43,7 @@ version = "0.19.7"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.10.0"
version = "0.11.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.1"
Expand Down

0 comments on commit 793b1bf

Please sign in to comment.