Skip to content

Commit 08d8719

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-9292516
1 parent 2bbf08d commit 08d8719

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.6
2828
kiwisolver==1.4.4
2929
MarkupSafe==2.1.1
3030
matplotlib==3.6.2

0 commit comments

Comments
 (0)