From cf774c8fc80ab32ad313b68b613043c9593e4f16 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Mar 2026 13:10:52 +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-PYJWT-15518059 --- tools/python/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/python/requirements.txt b/tools/python/requirements.txt index 40937aa..b41cbed 100644 --- a/tools/python/requirements.txt +++ b/tools/python/requirements.txt @@ -7,4 +7,5 @@ pyyaml wcmatch==8.4.1 openai==0.27.8 azure-identity==1.13.0 -azure.mgmt.network==23.1.0 \ No newline at end of file +azure.mgmt.network==23.1.0 +pyjwt>=2.12.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file