From d555228a0d01eeec3f2a998c0656ace4ce9114ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 18:55:39 +0000 Subject: [PATCH] fix: tools/ci_build/github/pai/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-IDNA-6597975 --- tools/ci_build/github/pai/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/ci_build/github/pai/requirements.txt b/tools/ci_build/github/pai/requirements.txt index 4261e68093c35..df04fbb465349 100644 --- a/tools/ci_build/github/pai/requirements.txt +++ b/tools/ci_build/github/pai/requirements.txt @@ -1 +1,2 @@ -requests==2.24.0 \ No newline at end of file +requests==2.24.0 +idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file