From 41526c7d661efa6d69e59f38433e5c8c4e278bf9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Dec 2024 19:08:31 +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-JINJA2-8548181 - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-8548987 --- 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 f4293304..721eccd5 100644 --- a/pip-sample/requirements.txt +++ b/pip-sample/requirements.txt @@ -17,7 +17,7 @@ ipython-genutils==0.2.0 ipywidgets==7.4.2 itsdangerous==1.1.0 jedi==0.12.1 -Jinja2==2.10 +Jinja2==3.1.5 jsonschema==2.6.0 jupyter==1.0.0 jupyter-client==5.2.3