From 44930b69a61b5f7cfe85ccf0482c6576726fde2d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Feb 2021 04:17:14 +0000 Subject: [PATCH] fix: deploy/pyenv/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-1012994 --- deploy/pyenv/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/pyenv/requirements.txt b/deploy/pyenv/requirements.txt index 70aae29..fb8b46b 100644 --- a/deploy/pyenv/requirements.txt +++ b/deploy/pyenv/requirements.txt @@ -9,7 +9,7 @@ gunicorn==19.9.0 huey==1.10.2 idna==2.7 itsdangerous==0.24 -Jinja2==2.10 +Jinja2==2.11.3 MarkupSafe==1.0 psutil==5.4.7 PyGithub==1.43.2