From 75b777ec8acb28c7fc4005816d9177c8d14f7a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 11:40:11 +0000 Subject: [PATCH 1/2] Bump jinja2 from 2.10.3 to 2.11.3 Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.3 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.10.3...2.11.3) Signed-off-by: dependabot[bot] --- fixed-requirements.txt | 2 +- requirements.txt | 2 +- st2actions/requirements.txt | 2 +- st2common/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 st2actions/requirements.txt diff --git a/fixed-requirements.txt b/fixed-requirements.txt index e3d7886c50..f092b3f9f7 100644 --- a/fixed-requirements.txt +++ b/fixed-requirements.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index dc55ee9fd3..a6f8d80df3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/st2actions/requirements.txt b/st2actions/requirements.txt old mode 100755 new mode 100644 index 47cf452d9a..767123b440 --- a/st2actions/requirements.txt +++ b/st2actions/requirements.txt @@ -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 diff --git a/st2common/requirements.txt b/st2common/requirements.txt index 7920b6be06..c3dd6ba17b 100644 --- a/st2common/requirements.txt +++ b/st2common/requirements.txt @@ -16,7 +16,7 @@ git+https://github.com/StackStorm/orquesta.git@v1.3.0#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 From 6bf59a05db39276861e7a79214fc04e891cc33e8 Mon Sep 17 00:00:00 2001 From: Tomaz Muraus Date: Tue, 23 Mar 2021 13:27:38 +0100 Subject: [PATCH 2/2] Add changelog entry. --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 72367a3fe2..dc6c7f777a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -134,6 +134,8 @@ Changed Contributed by @Kami. +* Update ``jinja2`` dependency to the latest stable version (2.11.3). #5195 + Improvements ~~~~~~~~~~~~