From 339797d75b3fd93bdb339c6b4ea826a2eeb32c26 Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Mon, 9 Jun 2025 17:25:58 -0400 Subject: [PATCH] [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 --- clang/utils/analyzer/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/utils/analyzer/requirements.txt b/clang/utils/analyzer/requirements.txt index 8ae8bc88ac19..ed09161e5902 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