Skip to content

Commit f6dcd8e

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 5496c50 commit f6dcd8e

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
@@ -15,7 +15,7 @@ flask-sqlalchemy==2.4.4
1515
flask==1.1.2
1616
importlib-metadata==3.1.1; python_version < '3.8'
1717
itsdangerous==1.1.0
18-
jinja2==2.11.2
18+
jinja2==3.1.6
1919
jsonschema==3.2.0
2020
markupsafe==1.1.1
2121
marshmallow-sqlalchemy==0.24.1

0 commit comments

Comments
 (0)