Skip to content
Open
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: 20 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ dependency_deprecation_dates:
name: python
date: 2027-10-24
link: https://www.python.org/dev/peps/pep-0664/
- version_line: 3.14.x
name: python
date: 2030-10-07
link: https://peps.python.org/pep-0745/
dependencies:
- name: node
version: 20.19.3
Expand Down Expand Up @@ -105,6 +109,22 @@ dependencies:
- cflinuxfs4
source: https://www.python.org/ftp/python/3.11.14/Python-3.11.14.tgz
source_sha256: 563d2a1b2a5ba5d5409b5ecd05a0e1bf9b028cf3e6a6f0c87a5dc8dc3f2d9182
- name: python
version: 3.14.3
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.14.3_linux_x64_cflinuxfs4_a54b3e20.tgz
sha256: a54b3e20698a979d70fdc15af5a426b6bcf861ba6f37055e1da535c6562a8122
cf_stacks:
- cflinuxfs4
source: https://www.python.org/ftp/python/3.14.3/Python-3.14.3.tgz
source_sha256: d7fe130d0501ae047ca318fa92aa642603ab6f217901015a1df6ce650d5470cd
- name: python
version: 3.14.3
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.14.3_linux_x64_cflinuxfs5_62e6a7a7.tgz
sha256: 62e6a7a7a369c77412c1db87799128cd87a27bbfd14969c01ff4719a7bd7049f
cf_stacks:
- cflinuxfs5
source: https://www.python.org/ftp/python/3.14.3/Python-3.14.3.tgz
source_sha256: d7fe130d0501ae047ca318fa92aa642603ab6f217901015a1df6ce650d5470cd
- name: yarn
version: 1.22.22
uri: https://buildpacks.cloudfoundry.org/dependencies/yarn/yarn_1.22.22_linux_noarch_any-stack_4911d0a6.tgz
Expand Down
Loading