From 532d9af9a9c42dd905ab58a3e432d55158caeeb2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Oct 2023 22:56:19 +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-6002459 --- 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..d05743265 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.18 # via # kubernetes # requests