[clang] 339797d - [clang][analyzer] Update python dependency versions (#143433)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 9 14:26:01 PDT 2025
Author: Nick Sarnie
Date: 2025-06-09T21:25:58Z
New Revision: 339797d75b3fd93bdb339c6b4ea826a2eeb32c26
URL: https://github.com/llvm/llvm-project/commit/339797d75b3fd93bdb339c6b4ea826a2eeb32c26
DIFF: https://github.com/llvm/llvm-project/commit/339797d75b3fd93bdb339c6b4ea826a2eeb32c26.diff
LOG: [clang][analyzer] Update python dependency versions (#143433)
We need to make sure we aren't vulnerable to
[PYSEC-2020-73](https://osv.dev/vulnerability/PYSEC-2020-73) and
[PYSEC-2019-41](https://osv.dev/vulnerability/PYSEC-2019-41).
Signed-off-by: Sarnie, Nick <nick.sarnie at intel.com>
Added:
Modified:
clang/utils/analyzer/requirements.txt
Removed:
################################################################################
diff --git a/clang/utils/analyzer/requirements.txt b/clang/utils/analyzer/requirements.txt
index 8ae8bc88ac191..ed09161e5902e 100644
--- a/clang/utils/analyzer/requirements.txt
+++ b/clang/utils/analyzer/requirements.txt
@@ -1,6 +1,6 @@
graphviz
humanize
matplotlib
-pandas
-psutil
+pandas>=1.0.4
+psutil>=5.6.6
seaborn
More information about the cfe-commits
mailing list