Skip to content

Commit 2876164

Browse files
authored
[deps] Bump requirement of Jinja2 to 3.1.6 (#57)
Also, move the pinning down to requirements.server.txt. This should resolve a few Dependabot alerts. Supersedes #44
1 parent 239d683 commit 2876164

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.server.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
.
33
psycopg2==2.8
44
gunicorn==19.9.0
5+
Jinja2==3.1.6
56
progressbar2
67
pyyaml==6.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"aniso8601==1.2.0",
120120
"Flask==0.12.2",
121121
"Flask-RESTful==0.3.4",
122-
"Jinja2==2.11.3",
122+
"Jinja2",
123123
"MarkupSafe==1.1.1",
124124
"SQLAlchemy==1.3.24",
125125
"Werkzeug==0.15.6",

0 commit comments

Comments
 (0)