From 8d09a9fa2c70768e679177e2f2dceed4c07a971e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:41:16 +0000 Subject: [PATCH] Update setuptools requirement from ~=66.0 to ~=75.6 Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [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/v66.0.0...v75.6.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e057471..3fec62f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ readme = { file = ['README.md'], content-type = 'text/markdown' } [build-system] build-backend = 'setuptools.build_meta' requires = [ - 'setuptools ~= 66.0', + 'setuptools ~= 75.6', 'setuptools_scm[toml] ~= 7.1.0', 'wheel ~= 0.38.4', ]