From 1451d7bd5701872cc8cfa6666d1cf841b9448061 Mon Sep 17 00:00:00 2001 From: "gh-worker-campaigns-3e9aa4[bot]" <244854796+gh-worker-campaigns-3e9aa4[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:54:35 +0000 Subject: [PATCH] =?UTF-8?q?ADMS:=20vuln=20setuptools=20(minor=20=E2=86=92?= =?UTF-8?q?=2068.2.2)=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..89a94559d7f 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>=68.2.2", "wheel", "setuptools_scm[toml]>=7.1.0"] build-backend = "setuptools.build_meta" [options] package_dir = ["src"]