From 463d8541a95fb2880bd69738a4c45858c53a74f8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Oct 2022 22:07:45 +0000 Subject: [PATCH] fix: cloudshell-orch-core/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-1533435 --- cloudshell-orch-core/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cloudshell-orch-core/requirements.txt b/cloudshell-orch-core/requirements.txt index b579e20..4fbc928 100644 --- a/cloudshell-orch-core/requirements.txt +++ b/cloudshell-orch-core/requirements.txt @@ -1,3 +1,4 @@ setuptools>=40.0,<45.0 cloudshell-automation-api>=2022.2.0.0,<2022.3.0.0 cloudshell-logging>=1.0.0,<1.1.0 +urllib3>=1.26.5 # not directly required, pinned by Snyk to avoid a vulnerability