Skip to content

Commit

Permalink
Updating buildpacks in buildpack.toml
Browse files Browse the repository at this point in the history
paketo-bot committed May 11, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d6561d6 commit 2781c05
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions buildpack.toml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ api = "0.6"

[[order.group]]
id = "paketo-buildpacks/pip"
version = "0.9.0"
version = "0.10.0"

[[order.group]]
id = "paketo-buildpacks/pipenv"
@@ -76,7 +76,7 @@ api = "0.6"

[[order.group]]
id = "paketo-buildpacks/pip"
version = "0.9.0"
version = "0.10.0"

[[order.group]]
id = "paketo-buildpacks/pip-install"
@@ -153,7 +153,7 @@ api = "0.6"

[[order.group]]
id = "paketo-buildpacks/pip"
version = "0.9.0"
version = "0.10.0"

[[order.group]]
id = "paketo-buildpacks/poetry"
@@ -200,7 +200,7 @@ api = "0.6"

[[order.group]]
id = "paketo-buildpacks/pip"
version = "0.9.0"
version = "0.10.0"

[[order.group]]
id = "paketo-buildpacks/poetry"
2 changes: 1 addition & 1 deletion package.toml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/pip@0.9.0"
uri = "urn:cnb:registry:paketo-buildpacks/pip@0.10.0"

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

0 comments on commit 2781c05

Please sign in to comment.