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 14, 2024
1 parent 1c7406d commit e6aa0fa
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.6"
version = "1.13.7"

[[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.6"
version = "1.13.7"

[[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.6"
version = "1.13.7"

[[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.28"
version = "0.4.29"

[[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.6"
version = "1.13.7"

[[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.6"
version = "1.13.7"

[[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/[email protected].6"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].7"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"
Expand Down Expand Up @@ -33,7 +33,7 @@
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].28"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].29"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"
Expand Down

0 comments on commit e6aa0fa

Please sign in to comment.