From 86c4592d1a00059263a636703e534ab05d66d63f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 01:56:50 +0000 Subject: [PATCH] build(deps-dev): update setuptools requirement from <81 to <84 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...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index 4015560..e9245a1 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ test = [ # have already passed, so CI goes red on a green test run. The ceiling is # the dependency's problem, not ours; drop it if coverage-badge is ever # replaced. - "setuptools<81", + "setuptools<84", ] sec = [ "pip-audit>=2.7.3",