Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,21 @@ dependencies:
source: https://files.pythonhosted.org/packages/ca/5b/8ce5227713d692913c186d9a3164eee0236fbc3eaca87d7e2bd5dbb1da36/pipenv-2024.4.1.tar.gz
source_sha256: e8ea6105c1cdda7d5c19df7bd6439a006751f3d4e017602c791e7b51314adf84
- name: python
version: 3.9.21
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.9.21_linux_x64_cflinuxfs3_a5d6df4f.tgz
sha256: a5d6df4f21a7e39ef358752feb2e897619d0e8fcad70256cf291602a2537cea6
version: 3.9.22
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.9.22_linux_x64_cflinuxfs3_56c14158.tgz
sha256: 56c14158f58f75c73257c0376181c99e38c1a09cc29fe37b5c78ecf3ae27ff81
cf_stacks:
- cflinuxfs3
source: https://www.python.org/ftp/python/3.9.21/Python-3.9.21.tgz
source_sha256: 667c3ba2ca98d39ead1162f6548c3475768582e2ff89e0821d25eb956ac09944
source: https://www.python.org/ftp/python/3.9.22/Python-3.9.22.tgz
source_sha256: 76f4daef4ffce6fd107280a0db8d108b1f896c1c22f09d8300efd90a69c4298b
- name: python
version: 3.9.21
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.9.21_linux_x64_cflinuxfs4_52411a56.tgz
sha256: 52411a56befeeae65d8ac235c9e1040b4beaa4887c67638a43417738f29e82c4
version: 3.9.22
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.9.22_linux_x64_cflinuxfs4_fbb4d242.tgz
sha256: fbb4d242ac3c78e0978fa80663a44e7294a7c75ad71bb69e6cf110e0b5b64360
cf_stacks:
- cflinuxfs4
source: https://www.python.org/ftp/python/3.9.21/Python-3.9.21.tgz
source_sha256: 667c3ba2ca98d39ead1162f6548c3475768582e2ff89e0821d25eb956ac09944
source: https://www.python.org/ftp/python/3.9.22/Python-3.9.22.tgz
source_sha256: 76f4daef4ffce6fd107280a0db8d108b1f896c1c22f09d8300efd90a69c4298b
- name: python
version: 3.10.17
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.10.17_linux_x64_cflinuxfs3_d97e0a00.tgz
Expand Down
Loading