Skip to content

Commit

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

### Changed

- Updated the Python 3.12 version alias to Python 3.12.7. ([#276](heroku/buildpacks-python#276))
  • Loading branch information
heroku-linguist[bot] committed Oct 1, 2024
1 parent d2358ec commit 8013f27
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.2"

[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:e2ec6cad5e8bf61ea0a0babc02bd01bdc7471650a04555d9d6ab785190a279ec"
uri = "docker://docker.io/heroku/buildpack-python@sha256:c02de288939ed611a31a0a12090dbf2c55e72d6316572c056936883ca0d465e6"

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -56,7 +56,7 @@ version = "0.20.2"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.18.0"
version = "0.18.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.2"

[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:e2ec6cad5e8bf61ea0a0babc02bd01bdc7471650a04555d9d6ab785190a279ec"
uri = "docker://docker.io/heroku/buildpack-python@sha256:c02de288939ed611a31a0a12090dbf2c55e72d6316572c056936883ca0d465e6"

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -56,7 +56,7 @@ version = "0.20.2"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.18.0"
version = "0.18.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:e2ec6cad5e8bf61ea0a0babc02bd01bdc7471650a04555d9d6ab785190a279ec"
uri = "docker://docker.io/heroku/buildpack-python@sha256:c02de288939ed611a31a0a12090dbf2c55e72d6316572c056936883ca0d465e6"

[[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.18.0"
version = "0.18.1"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand Down

0 comments on commit 8013f27

Please sign in to comment.