From 0ab83b2e1d3e06ada705767f5835dce27c608d18 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Oct 2023 20:14:45 +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-URLLIB3-6002459 --- 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..29c8b7a2476ee 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 +urllib3>=1.26.18 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file