Skip to content

Commit 72ff570

Browse files
authored
Merge pull request #86 from hackersandslackers/renovate/pypi-jinja2-vulnerability
Update dependency jinja2 to v2.11.3 [SECURITY]
2 parents 3856091 + 4d045a1 commit 72ff570

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
@@ -5,7 +5,7 @@ flask-wtf==0.15.1
55
flask==1.1.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
66
idna==3.1; python_version >= "3.4"
77
itsdangerous==1.1.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
8-
jinja2==2.11.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
8+
jinja2==2.11.3; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
99
markupsafe==1.1.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
1010
python-dotenv==0.17.1
1111
uwsgi==2.0.19.1

0 commit comments

Comments
 (0)