From 757f73c2411922749b8cb9bda2239dbdf456dbf8 Mon Sep 17 00:00:00 2001 From: Maziyar Panahi Date: Thu, 24 Oct 2024 22:42:03 +0200 Subject: [PATCH] Apache Spark vulnerable Fix This is not really a vulnerability fix since the dep is in the docs and is not used. But for the sake of removing the security alert. --- python/docs/requirements_doc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/docs/requirements_doc.txt b/python/docs/requirements_doc.txt index 915f093c108550..877087a04fd950 100644 --- a/python/docs/requirements_doc.txt +++ b/python/docs/requirements_doc.txt @@ -7,5 +7,5 @@ sphinx-prompt sphinx-toggleprompt sphinx-autoapi numpy -pyspark==3.3.0 -Jinja2>=3 \ No newline at end of file +pyspark==3.4.0 +Jinja2>=3