[clang] [clang][analyzer] Update python dependency versions (PR #143433)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 9 14:05:42 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang-static-analyzer-1
Author: Nick Sarnie (sarnex)
<details>
<summary>Changes</summary>
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).
---
Full diff: https://github.com/llvm/llvm-project/pull/143433.diff
1 Files Affected:
- (modified) clang/utils/analyzer/requirements.txt (+2-2)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/143433
More information about the cfe-commits
mailing list