From 0b922f8ed1ea73dc838f43c5df9aafefc9a79bf1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 23:32:47 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-1012994 - https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-1086606 - https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-1088505 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index efba460..3f9f14a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ entrypoints==0.3 flake8==3.7.7 idna==2.8 imagesize==1.1.0 -Jinja2==2.10.1 +Jinja2==2.11.3 MarkupSafe==1.1.1 mccabe==0.6.1 nose2==0.9.1 @@ -19,7 +19,7 @@ packaging==19.0 pycodestyle==2.5.0 pydocstyle==3.0.0 pyflakes==2.1.1 -Pygments==2.4.2 +Pygments==2.7.4 pylama==7.7.1 pyparsing==2.4.0 pytz==2019.1