Skip to content

Commit 3a1cda9

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-6150717
1 parent 4e39c3a commit 3a1cda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ certifi==2020.6.20
44
chardet==3.0.4
55
click==7.1.2
66
Flask==1.1.2
7-
Jinja2==2.11.3
7+
Jinja2==3.1.3
88
idna==2.9
99
itsdangerous==1.1.0
1010
MarkupSafe==1.1.1

0 commit comments

Comments
 (0)