Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating version for python for 3.11.X #778

Merged
merged 1 commit into from
Dec 6, 2024
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 @@ -122,21 +122,21 @@ dependencies:
source: https://nodejs.org/dist/v22.11.0/node-v22.11.0.tar.gz
source_sha256: 24e5130fa7bc1eaab218a0c9cb05e03168fa381bb9e3babddc6a11f655799222
- name: python
version: 3.11.10
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.10_linux_x64_cflinuxfs3_e3f4c672.tgz
sha256: e3f4c672926fffb060f025c6460e5978d5fc81da30a2716afa39b0f9a9da8f7f
version: 3.11.11
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.11_linux_x64_cflinuxfs3_8edcee58.tgz
sha256: 8edcee5893341e0cf470d0055fdac614fa719cf2bff124cc05cbad219c6a4d48
cf_stacks:
- cflinuxfs3
source: https://www.python.org/ftp/python/3.11.10/Python-3.11.10.tgz
source_sha256: 92f2faf242681bfa406d53a51e17d42c5373affe23a130cd9697e132ef574706
source: https://www.python.org/ftp/python/3.11.11/Python-3.11.11.tgz
source_sha256: 883bddee3c92fcb91cf9c09c5343196953cbb9ced826213545849693970868ed
- name: python
version: 3.11.10
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.10_linux_x64_cflinuxfs4_3bbfe1c5.tgz
sha256: 3bbfe1c5a910b361e8a3af069ed49093088ed0f62522e14c4afe8b4684eb3338
version: 3.11.11
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.11_linux_x64_cflinuxfs4_bf6747f7.tgz
sha256: bf6747f7b6da115da483ede222e44ce03e78e0abb1209305d56e18b27c0ac72b
cf_stacks:
- cflinuxfs4
source: https://www.python.org/ftp/python/3.11.10/Python-3.11.10.tgz
source_sha256: 92f2faf242681bfa406d53a51e17d42c5373affe23a130cd9697e132ef574706
source: https://www.python.org/ftp/python/3.11.11/Python-3.11.11.tgz
source_sha256: 883bddee3c92fcb91cf9c09c5343196953cbb9ced826213545849693970868ed
- name: yarn
version: 1.22.19
uri: https://buildpacks.cloudfoundry.org/dependencies/yarn/yarn_1.22.19_linux_noarch_any-stack_32d0e82e.tgz
Expand Down
Loading