From 6d2ccf8088b3459d819a2ecb545b2fccc93128e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Oct 2023 18:15:53 +0000 Subject: [PATCH] fix: pip-sample/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-5969479 --- pip-sample/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pip-sample/requirements.txt b/pip-sample/requirements.txt index c8cd5e19..4a283e0d 100644 --- a/pip-sample/requirements.txt +++ b/pip-sample/requirements.txt @@ -68,3 +68,4 @@ webencodings==0.5.1 Werkzeug==0.14.1 widgetsnbextension==3.4.2 xlrd==1.1.0 +urllib3>=1.24.2 # not directly required, pinned by Snyk to avoid a vulnerability