From 1f2760c52444599b7e449404063a4585de6af3c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Aug 2021 21:49:10 +0000 Subject: [PATCH] fix: local_execution/src/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-JUPYTERLAB-1537939 --- local_execution/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local_execution/src/requirements.txt b/local_execution/src/requirements.txt index d411941..dd519ad 100644 --- a/local_execution/src/requirements.txt +++ b/local_execution/src/requirements.txt @@ -1,5 +1,5 @@ pandas==1.1.4 -jupyterlab==2.2.9 +jupyterlab==2.2.10 pyarrow==2.0.0 pyspark==3.0.1 pylint==2.6.0 \ No newline at end of file