From 32969f303d18bfa87975dd62ca134df32dcc05a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Jun 2025 09:15:42 +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-10300774 --- 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..5df3863a2 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==5.8.0 kiwisolver==1.0.1 MarkupSafe==1.0 matplotlib==2.2.2