Skip to content

Commit

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

### Changed

- Updated Poetry from 1.8.5 to 2.0.1. ([#316](heroku/buildpacks-python#316))
  • Loading branch information
heroku-linguist[bot] committed Jan 13, 2025
1 parent 10a1303 commit 8a26dee
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.5"

[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:c68ee55eafa01355964e2568fc36fe17696c2e6ae40d5964ae56959f79da0a68"
uri = "docker://docker.io/heroku/buildpack-python@sha256:4eeebd944da9a654f83ff994a626ab0ad60838870de12312aeab4e2e531b529c"

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -56,7 +56,7 @@ version = "0.20.5"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.22.0"
version = "0.23.0"
[[order.group]]
id = "heroku/procfile"
version = "3.2.0"
Expand Down
4 changes: 2 additions & 2 deletions builder-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ version = "0.20.5"

[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:c68ee55eafa01355964e2568fc36fe17696c2e6ae40d5964ae56959f79da0a68"
uri = "docker://docker.io/heroku/buildpack-python@sha256:4eeebd944da9a654f83ff994a626ab0ad60838870de12312aeab4e2e531b529c"

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -64,7 +64,7 @@ version = "0.20.5"
optional = true
[[order.group]]
id = "heroku/python"
version = "0.22.0"
version = "0.23.0"
[[order.group]]
id = "heroku/procfile"
version = "3.2.0"
Expand Down
4 changes: 2 additions & 2 deletions builder-24/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]

[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:c68ee55eafa01355964e2568fc36fe17696c2e6ae40d5964ae56959f79da0a68"
uri = "docker://docker.io/heroku/buildpack-python@sha256:4eeebd944da9a654f83ff994a626ab0ad60838870de12312aeab4e2e531b529c"

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -64,7 +64,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
optional = true
[[order.group]]
id = "heroku/python"
version = "0.22.0"
version = "0.23.0"
[[order.group]]
id = "heroku/procfile"
version = "3.2.0"
Expand Down

0 comments on commit 8a26dee

Please sign in to comment.