From 69dd2c4f64ac40538a9ac26ef4274996abe7dd08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 02:45:34 +0000 Subject: [PATCH] Update setuptools requirement from <79.0.0 to <81.0.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/0.6...v80.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.0.0 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 cae1f4c65..31ed508c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,4 +41,4 @@ split-on-trailing-comma = false extra-standard-library = ["_typeshed"] [build-system] -requires = ["setuptools<79.0.0", "wheel"] +requires = ["setuptools<81.0.0", "wheel"]