From fe6617917cb999ff0818e758326eac2c76da4074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:12:38 +0000 Subject: [PATCH] Update setuptools requirement from <71,>=64 to >=64,<83 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/v64.0.0...v82.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5495935e..c9bff90f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ build = [ "attrdict==2.0.1", "polib==1.2.0", "setuptools-scm>=8", - "setuptools>=64,<71", + "setuptools>=64,<83", ] dev = ["prek"]