From 5aa7a0b06e6f8a329bc6df847069b5bdc491372f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Feb 2023 11:21:30 +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-JUPYTERCORE-3063766 --- pip-sample/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-sample/requirements.txt b/pip-sample/requirements.txt index 680d08166..d02e9d580 100644 --- a/pip-sample/requirements.txt +++ b/pip-sample/requirements.txt @@ -21,7 +21,7 @@ Jinja2==2.10 jsonschema==2.6.0 jupyter==1.0.0 jupyter-client==5.2.3 -jupyter-core==4.4.0 +jupyter-core==4.11.2 kiwisolver==1.0.1 MarkupSafe==1.0 matplotlib==2.2.2