Skip to content

Commit

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

### Fixed

- Fixed colour resetting for build output header, error and warning messages. ([#303](heroku/buildpacks-python#303) / [heroku/libcnb.rs#890](heroku/libcnb.rs#890))
  • Loading branch information
heroku-linguist[bot] committed Dec 13, 2024
1 parent 1ef9c64 commit 64c7d04
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:60d71f61b431a858121ece9c7dd136830348682e558d7d1c96abab14418715f9"
uri = "docker://docker.io/heroku/buildpack-python@sha256:96483f20b7bd00d638314440729dda93c693ec49abe36cace853e6878cb5bd78"

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -56,7 +56,7 @@ version = "0.20.5"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.20.0"
version = "0.20.1"
[[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.5"

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

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -64,7 +64,7 @@ version = "0.20.5"
optional = true
[[order.group]]
id = "heroku/python"
version = "0.20.0"
version = "0.20.1"
[[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:60d71f61b431a858121ece9c7dd136830348682e558d7d1c96abab14418715f9"
uri = "docker://docker.io/heroku/buildpack-python@sha256:96483f20b7bd00d638314440729dda93c693ec49abe36cace853e6878cb5bd78"

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

0 comments on commit 64c7d04

Please sign in to comment.