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 setuptools for latest #1006

Merged
merged 1 commit into from
Nov 14, 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
10 changes: 5 additions & 5 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,14 @@ dependencies:
source: https://www.python.org/ftp/python/3.13.0/Python-3.13.0.tgz
source_sha256: 12445c7b3db3126c41190bfdc1c8239c39c719404e844babbd015a1bc3fafcd4
- name: setuptools
version: 75.3.0
uri: https://buildpacks.cloudfoundry.org/dependencies/setuptools/setuptools_75.3.0_linux_noarch_any-stack_374c28e4.tgz
sha256: 374c28e4169ccec11674111d27c5e1d91dea1f37b69350da0e89070de5f00995
version: 75.5.0
uri: https://buildpacks.cloudfoundry.org/dependencies/setuptools/setuptools_75.5.0_linux_noarch_any-stack_d271af9c.tgz
sha256: d271af9c78fefb45cb75957e93a5abe6170da458c4cc3a732673215e525781fb
cf_stacks:
- cflinuxfs4
- cflinuxfs3
source: https://files.pythonhosted.org/packages/ed/22/a438e0caa4576f8c383fa4d35f1cc01655a46c75be358960d815bfbb12bd/setuptools-75.3.0.tar.gz
source_sha256: fba5dd4d766e97be1b1681d98712680ae8f2f26d7881245f2ce9e40714f1a686
source: https://files.pythonhosted.org/packages/c8/db/722a42ffdc226e950c4757b3da7b56ff5c090bb265dccd707f7b8a3c6fee/setuptools-75.5.0.tar.gz
source_sha256: 5c4ccb41111392671f02bb5f8436dfc5a9a7185e80500531b133f5775c4163ef
include_files:
- CHANGELOG
- CONTRIBUTING.md
Expand Down
Loading