Skip to content

Commit d933b63

Browse files
committed
fix: 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
1 parent 2bbf08d commit d933b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ greenlet==2.0.1
2424
gunicorn==20.1.0
2525
humanize==4.4.0
2626
idna==3.4
27-
Jinja2==3.1.2
27+
Jinja2==3.1.5
2828
kiwisolver==1.4.4
2929
MarkupSafe==2.1.1
3030
matplotlib==3.6.2

0 commit comments

Comments
 (0)