Skip to content

Commit 6072bfb

Browse files
committed
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 - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-174126 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-458931
1 parent 3ef48c2 commit 6072bfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/pyenv/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gunicorn==19.9.0
99
huey==1.10.2
1010
idna==2.7
1111
itsdangerous==0.24
12-
Jinja2==2.10
12+
Jinja2==2.11.3
1313
MarkupSafe==1.0
1414
psutil==5.4.7
1515
PyGithub==1.43.2
@@ -22,5 +22,5 @@ requests-file==1.4.3
2222
six==1.11.0
2323
tldextract==2.2.0
2424
urllib3==1.23
25-
Werkzeug==0.14.1
25+
Werkzeug==0.15.3
2626
wrapt==1.10.11

0 commit comments

Comments
 (0)