From 063015c8290551090b9025687fa40078d435adfb Mon Sep 17 00:00:00 2001 From: qianheng Date: Thu, 10 Oct 2024 22:10:11 +0800 Subject: [PATCH] CVE-2024-6345 fix (#2931) Signed-off-by: Heng Qian --- doctest/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doctest/requirements.txt b/doctest/requirements.txt index 7d178b80ae..7d5e2afa2d 100644 --- a/doctest/requirements.txt +++ b/doctest/requirements.txt @@ -1 +1,2 @@ -zc.customdoctests==1.0.1 \ No newline at end of file +zc.customdoctests==1.0.1 +setuptools>=70.0.0