Skip to content

Commit

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

### Changed

- Updated pip from 24.1.1 to 24.1.2. ([#225](heroku/buildpacks-python#225))
- Updated setuptools from 70.1.1 to 70.3.0. ([#224](heroku/buildpacks-python#224))

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
heroku-linguist[bot] authored Jul 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c3e6d9a commit 822f7e4
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
@@ -30,7 +30,7 @@ version = "0.19.7"

[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:4f45787514e9a1ab505aaaebf778ac4b91a4fc12ad1b30ac02b38e0f0e1e71c9"
uri = "docker://docker.io/heroku/buildpack-python@sha256:77fe665f56528d9a259ca7e5b9338f32fe41811d20680fe0c17e33d071dec2a8"

[[buildpacks]]
id = "heroku/ruby"
@@ -43,7 +43,7 @@ version = "0.19.7"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.12.0"
version = "0.12.1"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
4 changes: 2 additions & 2 deletions builder-22/builder.toml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ version = "0.19.7"

[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:4f45787514e9a1ab505aaaebf778ac4b91a4fc12ad1b30ac02b38e0f0e1e71c9"
uri = "docker://docker.io/heroku/buildpack-python@sha256:77fe665f56528d9a259ca7e5b9338f32fe41811d20680fe0c17e33d071dec2a8"

[[buildpacks]]
id = "heroku/ruby"
@@ -43,7 +43,7 @@ version = "0.19.7"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.12.0"
version = "0.12.1"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
4 changes: 2 additions & 2 deletions builder-24/builder.toml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ version = "0.19.7"

[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:4f45787514e9a1ab505aaaebf778ac4b91a4fc12ad1b30ac02b38e0f0e1e71c9"
uri = "docker://docker.io/heroku/buildpack-python@sha256:77fe665f56528d9a259ca7e5b9338f32fe41811d20680fe0c17e33d071dec2a8"

[[buildpacks]]
id = "heroku/ruby"
@@ -43,7 +43,7 @@ version = "0.19.7"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.12.0"
version = "0.12.1"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"

0 comments on commit 822f7e4

Please sign in to comment.