From 3675fa72845a68b734ca606a640ede5de9198a1a Mon Sep 17 00:00:00 2001 From: "dd-octo-sts-09fbc5[bot]" <256648608+dd-octo-sts-09fbc5[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 15:57:14 +0000 Subject: [PATCH] =?UTF-8?q?ADMS:=20vuln=20setuptools=20(major=20=E2=86=92?= =?UTF-8?q?=2082.0.1)=20[robust=5Fintelligence=5Fai=5Ffirewall]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: dd-octo-sts[bot] <200755185+dd-octo-sts[bot]@users.noreply.github.com> --- robust_intelligence_ai_firewall/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robust_intelligence_ai_firewall/pyproject.toml b/robust_intelligence_ai_firewall/pyproject.toml index db0f4cd52b..0c22868ad3 100644 --- a/robust_intelligence_ai_firewall/pyproject.toml +++ b/robust_intelligence_ai_firewall/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"