From 22cf98042c0d3977f1fa7aa4f97f2eda99ad3710 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Jul 2025 07:33:34 +0000 Subject: [PATCH] fix: deploy-requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- deploy-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy-requirements.txt b/deploy-requirements.txt index d6d8180..ad37df2 100644 --- a/deploy-requirements.txt +++ b/deploy-requirements.txt @@ -1,2 +1,3 @@ opera[openstack] -docker \ No newline at end of file +docker +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file