Skip to content

Commit cd7024f

Browse files
authored
[clang] Update analyzer python requirement versions (#18875)
Fixes some vulnerability warnings. I've [submitted](llvm/llvm-project#143433) this upstream too, but ideally we can fix the warnings here first. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent f713a06 commit cd7024f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/utils/analyzer/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
graphviz
22
humanize
33
matplotlib
4-
pandas
5-
psutil
4+
pandas>=1.0.4
5+
psutil>=5.6.6
66
seaborn

0 commit comments

Comments
 (0)