From 9140d9b1ff2383ba4f2a7db3b1efa9719f9f2ee4 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Thu, 18 Jul 2024 14:26:26 -0700 Subject: [PATCH] Update azure-kusto-data and azure-kusto-ingest (#21409) A vulnerability has been found in the Kusto SDK. We need to update it to latest to address a security alert. --- .../github/windows/post_to_dashboard/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ci_build/github/windows/post_to_dashboard/requirements.txt b/tools/ci_build/github/windows/post_to_dashboard/requirements.txt index b8c00a610b..6ece3c1f92 100644 --- a/tools/ci_build/github/windows/post_to_dashboard/requirements.txt +++ b/tools/ci_build/github/windows/post_to_dashboard/requirements.txt @@ -1,2 +1,2 @@ -azure-kusto-data[pandas]==3.0.1 -azure-kusto-ingest[pandas]==3.0.1 +azure-kusto-data[pandas]==4.5.1 +azure-kusto-ingest[pandas]==4.5.1