summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-07 12:14:08 +0200
committerDominik Holland <dominik.holland@googlemail.com>2022-01-27 13:50:04 +0100
commite94f5a9698c5c9e0387e061e297f11a58f712788 (patch)
treec7e33008e06271b1c452038531e7a882bb38a4e1
parent73a51f9b4bf4fe01be21f851d7f3c757e1cbafc8 (diff)
downloadqtivi-qface-e94f5a9698c5c9e0387e061e297f11a58f712788.tar.gz
Bump jinja2 from 2.10.3 to 2.11.3 (#94)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--requirements.txt2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index e8608f4..d2bf0a4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@ argh==0.26.2
click==6.7
coloredlogs==10.0
humanfriendly==4.15.1
-Jinja2==2.10.3
+Jinja2==2.11.3
MarkupSafe==1.0
path.py==11.0.1
pathtools==0.1.2
diff --git a/setup.py b/setup.py
index 0a17df9..da3e335 100644
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ setup(
install_requires=[
'click==6.7',
'antlr4-python3-runtime==4.7.1',
- 'jinja2==2.10.3',
+ 'jinja2==2.11.3',
'path.py==11.0.1',
'pyyaml==5.1',
'typing==3.6.4',