Skip to content

Commit

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

### Added

- Added initial support for the Poetry package manager. ([#261](heroku/buildpacks-python#261))
  • Loading branch information
heroku-linguist[bot] committed Sep 4, 2024
1 parent e8e728f commit 48f7c33
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:c5224e7e8a6151ed9e53eb5bf387b57c632945d60564a716ca639713e006a614"
uri = "docker://docker.io/heroku/buildpack-python@sha256:8820a49a8a4c4fe1e8968f65c65acc74793581da164dc5b3b0e53e4efe0f34ae"

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

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

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

0 comments on commit 48f7c33

Please sign in to comment.