Skip to content

Commit

Permalink
Updating buildpacks in buildpack.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot committed Jul 21, 2023
1 parent f0f6fc3 commit 7d197dc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ api = "0.8"

[[order.group]]
id = "paketo-buildpacks/cpython"
version = "1.8.11"
version = "1.8.12"

[[order.group]]
id = "paketo-buildpacks/pip"
Expand All @@ -41,7 +41,7 @@ api = "0.8"

[[order.group]]
id = "paketo-buildpacks/python-start"
version = "0.14.11"
version = "0.14.12"

[[order.group]]
id = "paketo-buildpacks/procfile"
Expand Down Expand Up @@ -72,7 +72,7 @@ api = "0.8"

[[order.group]]
id = "paketo-buildpacks/cpython"
version = "1.8.11"
version = "1.8.12"

[[order.group]]
id = "paketo-buildpacks/pip"
Expand All @@ -84,7 +84,7 @@ api = "0.8"

[[order.group]]
id = "paketo-buildpacks/python-start"
version = "0.14.11"
version = "0.14.12"

[[order.group]]
id = "paketo-buildpacks/procfile"
Expand Down Expand Up @@ -123,7 +123,7 @@ api = "0.8"

[[order.group]]
id = "paketo-buildpacks/python-start"
version = "0.14.11"
version = "0.14.12"

[[order.group]]
id = "paketo-buildpacks/procfile"
Expand Down Expand Up @@ -154,7 +154,7 @@ api = "0.8"

[[order.group]]
id = "paketo-buildpacks/cpython"
version = "1.8.11"
version = "1.8.12"

[[order.group]]
id = "paketo-buildpacks/pip"
Expand All @@ -170,7 +170,7 @@ api = "0.8"

[[order.group]]
id = "paketo-buildpacks/poetry-run"
version = "0.4.18"
version = "0.4.19"

[[order.group]]
id = "paketo-buildpacks/procfile"
Expand Down Expand Up @@ -201,7 +201,7 @@ api = "0.8"

[[order.group]]
id = "paketo-buildpacks/cpython"
version = "1.8.11"
version = "1.8.12"

[[order.group]]
id = "paketo-buildpacks/pip"
Expand All @@ -217,7 +217,7 @@ api = "0.8"

[[order.group]]
id = "paketo-buildpacks/python-start"
version = "0.14.11"
version = "0.14.12"

[[order.group]]
id = "paketo-buildpacks/procfile"
Expand Down Expand Up @@ -248,11 +248,11 @@ api = "0.8"

[[order.group]]
id = "paketo-buildpacks/cpython"
version = "1.8.11"
version = "1.8.12"

[[order.group]]
id = "paketo-buildpacks/python-start"
version = "0.14.11"
version = "0.14.12"

[[order.group]]
id = "paketo-buildpacks/procfile"
Expand Down
6 changes: 3 additions & 3 deletions package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
uri = "build/buildpack.tgz"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/cpython@1.8.11"
uri = "urn:cnb:registry:paketo-buildpacks/cpython@1.8.12"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/pip@0.17.4"
Expand All @@ -18,7 +18,7 @@
uri = "urn:cnb:registry:paketo-buildpacks/pip-install@0.5.16"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/python-start@0.14.11"
uri = "urn:cnb:registry:paketo-buildpacks/python-start@0.14.12"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/miniconda@0.8.4"
Expand All @@ -33,7 +33,7 @@
uri = "urn:cnb:registry:paketo-buildpacks/poetry-install@0.3.16"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/poetry-run@0.4.18"
uri = "urn:cnb:registry:paketo-buildpacks/poetry-run@0.4.19"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/procfile@5.6.4"
Expand Down

0 comments on commit 7d197dc

Please sign in to comment.