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 Aug 21, 2024
1 parent 5a0adca commit 85da680
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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.13.7"
version = "1.13.8"

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

[[order.group]]
id = "paketo-buildpacks/cpython"
version = "1.13.7"
version = "1.13.8"

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

[[order.group]]
id = "paketo-buildpacks/cpython"
version = "1.13.7"
version = "1.13.8"

[[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.29"
version = "0.4.30"

[[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.13.7"
version = "1.13.8"

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

[[order.group]]
id = "paketo-buildpacks/cpython"
version = "1.13.7"
version = "1.13.8"

[[order.group]]
id = "paketo-buildpacks/python-start"
Expand Down
4 changes: 2 additions & 2 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.13.7"
uri = "urn:cnb:registry:paketo-buildpacks/cpython@1.13.8"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/pip@0.22.0"
Expand Down Expand Up @@ -33,7 +33,7 @@
uri = "urn:cnb:registry:paketo-buildpacks/poetry-install@0.3.23"

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

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

0 comments on commit 85da680

Please sign in to comment.