Skip to content

Commit

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

### Changed

- Updated the default Python version from 3.12 to 3.13. ([#299](heroku/buildpacks-python#299))
- Updated Poetry from 1.8.4 to 1.8.5. ([#300](heroku/buildpacks-python#300))
  • Loading branch information
heroku-linguist[bot] committed Dec 10, 2024
1 parent 1704d2c commit 90229be
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.4"

[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:546b55f9bb1edcd27e7776a74e3151e4e369cef8e895c431d30e2d61de319e47"
uri = "docker://docker.io/heroku/buildpack-python@sha256:60d71f61b431a858121ece9c7dd136830348682e558d7d1c96abab14418715f9"

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -56,7 +56,7 @@ version = "0.20.4"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.19.2"
version = "0.20.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 @@ -47,7 +47,7 @@ version = "0.20.4"

[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:546b55f9bb1edcd27e7776a74e3151e4e369cef8e895c431d30e2d61de319e47"
uri = "docker://docker.io/heroku/buildpack-python@sha256:60d71f61b431a858121ece9c7dd136830348682e558d7d1c96abab14418715f9"

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -64,7 +64,7 @@ version = "0.20.4"
optional = true
[[order.group]]
id = "heroku/python"
version = "0.19.2"
version = "0.20.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 @@ -47,7 +47,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]

[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:546b55f9bb1edcd27e7776a74e3151e4e369cef8e895c431d30e2d61de319e47"
uri = "docker://docker.io/heroku/buildpack-python@sha256:60d71f61b431a858121ece9c7dd136830348682e558d7d1c96abab14418715f9"

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

0 comments on commit 90229be

Please sign in to comment.