Skip to content

Commit 5b41a40

Browse files
authored
Merge pull request #5195 from StackStorm/dependabot/pip/jinja2-2.11.3
Bump jinja2 from 2.10.3 to 2.11.3
2 parents b05e1ae + 6bf59a0 commit 5b41a40

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ Changed
134134

135135
Contributed by @Kami.
136136

137+
* Update ``jinja2`` dependency to the latest stable version (2.11.3). #5195
138+
137139
Improvements
138140
~~~~~~~~~~~~
139141

fixed-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ webob==1.8.5
5353
zake==0.2.2
5454
# test requirements below
5555
bcrypt==3.1.7
56-
jinja2==2.10.3
56+
jinja2==2.11.3
5757
mock==2.0.0
5858
more-itertools==5.0.0
5959
nose-timer==0.7.5

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backe
2323
gitpython==2.1.15
2424
greenlet==0.4.15
2525
gunicorn==19.9.0
26-
jinja2==2.10.3
26+
jinja2==2.11.3
2727
jsonpath-rw==1.4.0
2828
jsonschema==2.6.0
2929
kombu==4.6.6

st2actions/requirements.txt

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ chardet<3.1.0
1010
eventlet==0.25.1
1111
git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
1212
gitpython==2.1.15
13-
jinja2==2.10.3
13+
jinja2==2.11.3
1414
kombu==4.6.6
1515
lockfile==0.12.2
1616
oslo.config>=1.12.1,<1.13

st2common/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ git+https://github.com/StackStorm/[email protected]#egg=orquesta
1616
git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backend
1717
gitpython==2.1.15
1818
greenlet==0.4.15
19-
jinja2==2.10.3
19+
jinja2==2.11.3
2020
jsonpath-rw==1.4.0
2121
jsonschema==2.6.0
2222
kombu==4.6.6

0 commit comments

Comments
 (0)