summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-19 21:29:14 +0000
committerGitHub <noreply@github.com>2021-03-19 21:29:14 +0000
commit95956b2ca7f9aecc5fe557876a0987f745f7ce21 (patch)
treec7e33008e06271b1c452038531e7a882bb38a4e1
parentf78e3afc8eb79519e975c71307544680f7e5831e (diff)
downloadqtivi-qface-upstream/dependabot/pip/jinja2-2.11.3.tar.gz
Bump jinja2 from 2.10.3 to 2.11.3upstream/dependabot/pip/jinja2-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] <support@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',