From 3b988c81ccc52e188943ade60b3385418bec516b Mon Sep 17 00:00:00 2001 From: "gh-worker-campaigns-3e9aa4[bot]" <244854796+gh-worker-campaigns-3e9aa4[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 01:17:50 +0000 Subject: [PATCH] =?UTF-8?q?ADMS:=20vuln=20setuptools=20(major=20=E2=86=92?= =?UTF-8?q?=2082.0.1)=20[clients/python-apiserver-client]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clients/python-apiserver-client/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/python-apiserver-client/pyproject.toml b/clients/python-apiserver-client/pyproject.toml index b6dec011553..a84269a7730 100644 --- a/clients/python-apiserver-client/pyproject.toml +++ b/clients/python-apiserver-client/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=68.0.0", "wheel", "setuptools_scm[toml]>=7.1.0"] +requires = ["setuptools>=82.0.1", "wheel", "setuptools_scm[toml]>=7.1.0"] build-backend = "setuptools.build_meta" [options] package_dir = ["src"]