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.23
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.9.23_linux_x64_cflinuxfs3_3bb0ba72.tgz
sha256: 3bb0ba729c67fbd7ec20a7cdc8d8546e1fb8cd240cf38e52930fcdc2095b8438
version: 3.9.24
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.9.24_linux_x64_cflinuxfs3_e7fcaa7e.tgz
sha256: e7fcaa7ebfab1610a902c86a886515b8db074039284bdf6deb54353d664a5e79
cf_stacks:
- cflinuxfs3
source: https://www.python.org/ftp/python/3.9.23/Python-3.9.23.tgz
source_sha256: 9a69aad184dc1d06f6819930741da3a328d34875a41f8ba33875774dbfc51b51
source: https://www.python.org/ftp/python/3.9.24/Python-3.9.24.tgz
source_sha256: 9a32cfc683aecaadbd9ed891ac2af9451ff37f48a00a2d8e1f4ecd9c2a1ffdcb
- name: python
version: 3.9.23
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.9.23_linux_x64_cflinuxfs4_f55096c5.tgz
sha256: f55096c5d0d7fc71acb050b5df6b4ded25b0aeb5edcd744403e31429e4559964
version: 3.9.24
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.9.24_linux_x64_cflinuxfs4_0c279a45.tgz
sha256: 0c279a45853038d2f6865b0e46c9e3d06b6d5ac6d5ac077dfe5711121cba3136
cf_stacks:
- cflinuxfs4
source: https://www.python.org/ftp/python/3.9.23/Python-3.9.23.tgz
source_sha256: 9a69aad184dc1d06f6819930741da3a328d34875a41f8ba33875774dbfc51b51
source: https://www.python.org/ftp/python/3.9.24/Python-3.9.24.tgz
source_sha256: 9a32cfc683aecaadbd9ed891ac2af9451ff37f48a00a2d8e1f4ecd9c2a1ffdcb
- 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