From d844d7e140b93007aa0960b9bc702ff44b7d43ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Oct 2023 19:41:05 +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-5926907 --- 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..a3074dd8ae0c6 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.17 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file