Skip to content

Commit

Permalink
Merge branch 'master' into ci-integration-to-gha
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd authored Mar 23, 2021
2 parents 3193858 + 5b41a40 commit 28833ec
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ Changed

Contributed by @Kami.

* Update ``jinja2`` dependency to the latest stable version (2.11.3). #5195

Improvements
~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ webob==1.8.5
zake==0.2.2
# test requirements below
bcrypt==3.1.7
jinja2==2.10.3
jinja2==2.11.3
mock==2.0.0
more-itertools==5.0.0
nose-timer==0.7.5
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backe
gitpython==2.1.15
greenlet==0.4.15
gunicorn==19.9.0
jinja2==2.10.3
jinja2==2.11.3
jsonpath-rw==1.4.0
jsonschema==2.6.0
kombu==4.6.6
Expand Down
2 changes: 1 addition & 1 deletion st2actions/requirements.txt
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet<3.1.0
eventlet==0.25.1
git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
gitpython==2.1.15
jinja2==2.10.3
jinja2==2.11.3
kombu==4.6.6
lockfile==0.12.2
oslo.config>=1.12.1,<1.13
Expand Down
2 changes: 1 addition & 1 deletion st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ git+https://github.com/StackStorm/[email protected]#egg=orquesta
git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backend
gitpython==2.1.15
greenlet==0.4.15
jinja2==2.10.3
jinja2==2.11.3
jsonpath-rw==1.4.0
jsonschema==2.6.0
kombu==4.6.6
Expand Down

0 comments on commit 28833ec

Please sign in to comment.