From a3f9c58c0c201a430a324ef85e57e5fb076692e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:47:15 +0000 Subject: [PATCH] Update setuptools requirement from <68.0,>=61.0 to >=61.0,<72.0 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/v61.0.0...v71.1.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 35c9323..6cd6ae6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ [build-system] # Configuring setuptools using pyproject.toml files was introduced in # setuptools version 61.0.0 -requires = ["setuptools >=61.0, <68.0"] +requires = ["setuptools >=61.0, <72.0"] build-backend = "setuptools.build_meta" [project]