Skip to content

Commit 339797d

Browse files
authored
[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 <[email protected]>
1 parent 62cae4f commit 339797d

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)