Skip to content

Commit

Permalink
Updating dependencies in buildpack.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot committed Feb 3, 2022
1 parent 83135fc commit a489ec8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@ api = "0.6"
include-files = ["bin/run", "bin/build", "bin/detect", "buildpack.toml"]
pre-package = "./scripts/build.sh"

[[metadata.dependencies]]
cpe = "cpe:2.3:a:pypa:pip:22.0.1:*:*:*:*:python:*:*"
id = "pip"
licenses = ["MIT", "MIT-0"]
purl = "pkg:generic/pip@22.0.1?checksum=7fd7a92f2fb1d2ac2ae8c72fb10b1e640560a0361ed4427453509e2bcc18605b&download_url=https://files.pythonhosted.org/packages/63/71/5686e51f06fa59da55f7e81c3101844e57434a30f4a0d7456674d1459841/pip-22.0.1.tar.gz"
sha256 = "5df4622a25e1f0062bae6792b4ecea596992da28f2b176721ecf84fb833e5802"
source = "https://files.pythonhosted.org/packages/63/71/5686e51f06fa59da55f7e81c3101844e57434a30f4a0d7456674d1459841/pip-22.0.1.tar.gz"
source_sha256 = "7fd7a92f2fb1d2ac2ae8c72fb10b1e640560a0361ed4427453509e2bcc18605b"
stacks = ["io.buildpacks.stacks.bionic"]
uri = "https://deps.paketo.io/pip/pip_22.0.1_linux_noarch_bionic_5df4622a.tgz"
version = "22.0.1"

[[metadata.dependencies]]
cpe = "cpe:2.3:a:pypa:pip:22.0.2:*:*:*:*:python:*:*"
id = "pip"
Expand All @@ -36,6 +24,18 @@ api = "0.6"
uri = "https://deps.paketo.io/pip/pip_22.0.2_linux_noarch_bionic_2c15b9ee.tgz"
version = "22.0.2"

[[metadata.dependencies]]
cpe = "cpe:2.3:a:pypa:pip:22.0.3:*:*:*:*:python:*:*"
id = "pip"
licenses = ["MIT", "MIT-0"]
purl = "pkg:generic/pip@22.0.3?checksum=f29d589df8c8ab99c060e68ad294c4a9ed896624f6368c5349d70aa581b333d0&download_url=https://files.pythonhosted.org/packages/88/d9/761f0b1e0551a3559afe4d34bd9bf68fc8de3292363b3775dda39b62ce84/pip-22.0.3.tar.gz"
sha256 = "3e3974adf0929c75a23d04dd3d7c47364904bc1a84a922f53ae699953b3c8653"
source = "https://files.pythonhosted.org/packages/88/d9/761f0b1e0551a3559afe4d34bd9bf68fc8de3292363b3775dda39b62ce84/pip-22.0.3.tar.gz"
source_sha256 = "f29d589df8c8ab99c060e68ad294c4a9ed896624f6368c5349d70aa581b333d0"
stacks = ["io.buildpacks.stacks.bionic"]
uri = "https://deps.paketo.io/pip/pip_22.0.3_linux_noarch_bionic_3e3974ad.tgz"
version = "22.0.3"

[[metadata.dependency-constraints]]
constraint = "*"
id = "pip"
Expand Down

0 comments on commit a489ec8

Please sign in to comment.