Skip to content

Commit

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

### Changed

- App dependencies are now installed into a virtual environment instead of user site-packages. ([#257](heroku/buildpacks-python#257))
- pip is now installed into its own layer (as a user site-packages install) instead of into system site-packages in the Python layer. ([#258](heroku/buildpacks-python#258))

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Aug 30, 2024
1 parent c5306c7 commit e8e728f
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:03b41b9cda28456fdeee68afddaabd18509fa455b316886ca503c91a40946dee"
uri = "docker://docker.io/heroku/buildpack-python@sha256:c5224e7e8a6151ed9e53eb5bf387b57c632945d60564a716ca639713e006a614"

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -56,7 +56,7 @@ version = "0.20.1"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.15.0"
version = "0.16.0"
[[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:03b41b9cda28456fdeee68afddaabd18509fa455b316886ca503c91a40946dee"
uri = "docker://docker.io/heroku/buildpack-python@sha256:c5224e7e8a6151ed9e53eb5bf387b57c632945d60564a716ca639713e006a614"

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -56,7 +56,7 @@ version = "0.20.1"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.15.0"
version = "0.16.0"
[[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:03b41b9cda28456fdeee68afddaabd18509fa455b316886ca503c91a40946dee"
uri = "docker://docker.io/heroku/buildpack-python@sha256:c5224e7e8a6151ed9e53eb5bf387b57c632945d60564a716ca639713e006a614"

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

0 comments on commit e8e728f

Please sign in to comment.