Skip to content

Commit 424ab07

Browse files
Update heroku/buildpacks-python to v0.18.0
## heroku/python ### Added - The Python version can now be configured using a `.python-version` file. Both the `3.X` and `3.X.Y` version forms are supported. ([#272](heroku/buildpacks-python#272)) ### Changed - pip is now only available during the build, and is longer included in the final app image. ([#264](heroku/buildpacks-python#264)) - Improved the error messages shown when an end-of-life or unknown Python version is requested. ([#272](heroku/buildpacks-python#272))
1 parent 3e0e473 commit 424ab07

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

builder-20/builder.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ version = "0.20.1"
4343

4444
[[buildpacks]]
4545
id = "heroku/python"
46-
uri = "docker://docker.io/heroku/buildpack-python@sha256:c2b071f00e456f5914e273e12cbc4bb35baf9d3c08b06d86bc7e585c0581baf6"
46+
uri = "docker://docker.io/heroku/buildpack-python@sha256:e2ec6cad5e8bf61ea0a0babc02bd01bdc7471650a04555d9d6ab785190a279ec"
4747

4848
[[buildpacks]]
4949
id = "heroku/ruby"
@@ -56,7 +56,7 @@ version = "0.20.1"
5656
[[order]]
5757
[[order.group]]
5858
id = "heroku/python"
59-
version = "0.17.1"
59+
version = "0.18.0"
6060
[[order.group]]
6161
id = "heroku/procfile"
6262
version = "3.1.2"

builder-22/builder.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ version = "0.20.1"
4343

4444
[[buildpacks]]
4545
id = "heroku/python"
46-
uri = "docker://docker.io/heroku/buildpack-python@sha256:c2b071f00e456f5914e273e12cbc4bb35baf9d3c08b06d86bc7e585c0581baf6"
46+
uri = "docker://docker.io/heroku/buildpack-python@sha256:e2ec6cad5e8bf61ea0a0babc02bd01bdc7471650a04555d9d6ab785190a279ec"
4747

4848
[[buildpacks]]
4949
id = "heroku/ruby"
@@ -56,7 +56,7 @@ version = "0.20.1"
5656
[[order]]
5757
[[order.group]]
5858
id = "heroku/python"
59-
version = "0.17.1"
59+
version = "0.18.0"
6060
[[order.group]]
6161
id = "heroku/procfile"
6262
version = "3.1.2"

builder-24/builder.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
4343

4444
[[buildpacks]]
4545
id = "heroku/python"
46-
uri = "docker://docker.io/heroku/buildpack-python@sha256:c2b071f00e456f5914e273e12cbc4bb35baf9d3c08b06d86bc7e585c0581baf6"
46+
uri = "docker://docker.io/heroku/buildpack-python@sha256:e2ec6cad5e8bf61ea0a0babc02bd01bdc7471650a04555d9d6ab785190a279ec"
4747

4848
[[buildpacks]]
4949
id = "heroku/ruby"
@@ -56,7 +56,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
5656
[[order]]
5757
[[order.group]]
5858
id = "heroku/python"
59-
version = "0.17.1"
59+
version = "0.18.0"
6060
[[order.group]]
6161
id = "heroku/procfile"
6262
version = "3.1.2"

0 commit comments

Comments
 (0)