From 47d9d57ade09b9465e09f78483b913a9cebfedc0 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts-4aefcb[bot]" <266798660+dd-octo-sts-4aefcb[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 15:57:15 +0000 Subject: [PATCH] =?UTF-8?q?ADMS:=20vuln=20setuptools=20(major=20=E2=86=92?= =?UTF-8?q?=2082.0.1)=20[mergify]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: dd-octo-sts-6354d5[bot] <266798271+dd-octo-sts-6354d5[bot]@users.noreply.github.com> --- mergify/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mergify/pyproject.toml b/mergify/pyproject.toml index 1392f8694b..c15e985c06 100644 --- a/mergify/pyproject.toml +++ b/mergify/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "hatchling>=0.13.0", - "setuptools>=66; python_version > '3.0'", + "setuptools>=82.0.1; python_version > '3.0'", "setuptools; python_version < '3.0'", ] build-backend = "hatchling.build"