From 17ba6a1c7f9452294b2829943d94b6aa1e1c68b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Oct 2023 17:17:39 +0000 Subject: [PATCH] fix: helm-chart/images/binderhub/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-5926907 --- helm-chart/images/binderhub/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/images/binderhub/requirements.txt b/helm-chart/images/binderhub/requirements.txt index f1fdb8dbc..bc8fc2586 100644 --- a/helm-chart/images/binderhub/requirements.txt +++ b/helm-chart/images/binderhub/requirements.txt @@ -160,7 +160,7 @@ traitlets==5.1.0 # -r binderhub.in # jupyter-telemetry # jupyterhub -urllib3==1.26.6 +urllib3==1.26.17 # via # kubernetes # requests