From e43a56409fa81f0d2e8aa4925e129c860dca4e06 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Jun 2024 08:06:47 +0000 Subject: [PATCH] fix: tools/python/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AZUREIDENTITY-7246764 --- tools/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/requirements.txt b/tools/python/requirements.txt index 40937aa..cf7ea4a 100644 --- a/tools/python/requirements.txt +++ b/tools/python/requirements.txt @@ -6,5 +6,5 @@ mergedeep==1.3.4 pyyaml wcmatch==8.4.1 openai==0.27.8 -azure-identity==1.13.0 +azure-identity==1.16.1 azure.mgmt.network==23.1.0 \ No newline at end of file