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 #992

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
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
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.12.6/Python-3.12.6.tgz
source_sha256: 85a4c1be906d20e5c5a69f2466b00da769c221d6a684acfd3a514dbf5bf10a66
- name: setuptools
version: 75.1.0
uri: https://buildpacks.cloudfoundry.org/dependencies/setuptools/setuptools_75.1.0_linux_noarch_any-stack_0ab4c984.tgz
sha256: 0ab4c984b6ea08978e09141bfb10314ea3f4790a4f1281f03729c22319f19045
version: 75.2.0
uri: https://buildpacks.cloudfoundry.org/dependencies/setuptools/setuptools_75.2.0_linux_noarch_any-stack_bf569369.tgz
sha256: bf569369ed5a3c49df075fe5334e6959014e03db73d29a7806d72c4fd08662ec
cf_stacks:
- cflinuxfs4
- cflinuxfs3
source: https://files.pythonhosted.org/packages/27/b8/f21073fde99492b33ca357876430822e4800cdf522011f18041351dfa74b/setuptools-75.1.0.tar.gz
source_sha256: d59a21b17a275fb872a9c3dae73963160ae079f1049ed956880cd7c09b120538
source: https://files.pythonhosted.org/packages/07/37/b31be7e4b9f13b59cde9dcaeff112d401d49e0dc5b37ed4a9fc8fb12f409/setuptools-75.2.0.tar.gz
source_sha256: 753bb6ebf1f465a1912e19ed1d41f403a79173a9acf66a42e7e6aec45c3c16ec
include_files:
- CHANGELOG
- CONTRIBUTING.md
Expand Down
Loading