From 21060f387bd8b2290c7edc1d23d362eadd110c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 18:00:47 +0000 Subject: [PATCH] Bump setuptools from 71.0.0 to 75.4.0 in /shared_aws/py_package Bumps [setuptools](https://github.com/pypa/setuptools) from 71.0.0 to 75.4.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v71.0.0...v75.4.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- shared_aws/py_package/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared_aws/py_package/pyproject.toml b/shared_aws/py_package/pyproject.toml index 13938ae8..8b3aa182 100644 --- a/shared_aws/py_package/pyproject.toml +++ b/shared_aws/py_package/pyproject.toml @@ -25,5 +25,5 @@ test = [ ] [build-system] -requires = ["setuptools == 71.0.0"] +requires = ["setuptools == 75.4.0"] build-backend = "setuptools.build_meta"