Skip to content

Commit

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

### Changed

- Updated the default Python version from 3.11.5 to 3.11.6. ([#121](heroku/buildpacks-python#121))

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Oct 2, 2023
1 parent 5df7586 commit 7822942
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions builder-20/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version = "0.17.1"

[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:537221283e7040997e006c90782ba93ed01edf0de705d013b474aa5ee82979fc"
uri = "docker://docker.io/heroku/buildpack-python@sha256:4bc48b1ce0f6fec47eafffe0be86ec74638575fbafba2616165921e661561613"

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -43,7 +43,7 @@ version = "0.17.1"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.7.0"
version = "0.7.1"
[[order.group]]
id = "heroku/procfile"
version = "2.0.1"
Expand Down
4 changes: 2 additions & 2 deletions builder-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version = "0.17.1"

[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:537221283e7040997e006c90782ba93ed01edf0de705d013b474aa5ee82979fc"
uri = "docker://docker.io/heroku/buildpack-python@sha256:4bc48b1ce0f6fec47eafffe0be86ec74638575fbafba2616165921e661561613"

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -43,7 +43,7 @@ version = "0.17.1"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.7.0"
version = "0.7.1"
[[order.group]]
id = "heroku/procfile"
version = "2.0.1"
Expand Down

0 comments on commit 7822942

Please sign in to comment.