From e3373ed2b37eedde0e06b12db0dc412fd5de5658 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Dec 2022 20:13:51 +0000 Subject: [PATCH] fix: SandboxOrchestration/environment_scripts/env_teardown/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412 --- .../environment_scripts/env_teardown/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/SandboxOrchestration/environment_scripts/env_teardown/requirements.txt b/SandboxOrchestration/environment_scripts/env_teardown/requirements.txt index f4d4a1c..893986b 100644 --- a/SandboxOrchestration/environment_scripts/env_teardown/requirements.txt +++ b/SandboxOrchestration/environment_scripts/env_teardown/requirements.txt @@ -1 +1,2 @@ cloudshell-orch-core>=4.2.0.0,<4.3.0.0 +setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability