From 57cf45d6ab9d091ea1df1fc42a78b65425e2d5ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Feb 2021 03:48:17 +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-1012994 --- 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 74d37475..2091c440 100644 --- a/pip-sample/requirements.txt +++ b/pip-sample/requirements.txt @@ -18,7 +18,7 @@ ipython-genutils==0.2.0 ipywidgets==7.4.2 itsdangerous==1.1.0 jedi==0.12.1 -Jinja2==2.10 +Jinja2==2.11.3 jsonschema==2.6.0 jupyter==1.0.0 jupyter-client==5.2.3