summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Ryannel <juergen@ryannel.org>2020-02-05 11:04:29 +0100
committerDominik Holland <dominik.holland@googlemail.com>2022-01-27 13:50:04 +0100
commit357de1ea810803f119042166424282e3361aaf1a (patch)
tree18322a6ca8e069b6716703676e9a822e97862893
parent5065820634ba91a8b7d28236afb0c6a9dd5cdef7 (diff)
downloadqtivi-qface-357de1ea810803f119042166424282e3361aaf1a.tar.gz
upgrade to jinja 2.10.3 to fix jinja vulnerability of 2.10.0
-rw-r--r--qface/__about__.py2
-rw-r--r--requirements.txt2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/qface/__about__.py b/qface/__about__.py
index 794bed6..b3d0f67 100644
--- a/qface/__about__.py
+++ b/qface/__about__.py
@@ -9,7 +9,7 @@ except NameError:
__title__ = "qface"
__summary__ = "A generator framework based on a common modern IDL"
__url__ = "https://pelagicore.github.io/qface/"
-__version__ = "2.0.2"
+__version__ = "2.0.3"
__author__ = "JRyannel"
__author_email__ = ""
__copyright__ = "2019 Pelagicore"
diff --git a/requirements.txt b/requirements.txt
index 309cb61..e8608f4 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
+Jinja2==2.10.3
MarkupSafe==1.0
path.py==11.0.1
pathtools==0.1.2
diff --git a/setup.py b/setup.py
index 024dbaa..0a17df9 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',
+ 'jinja2==2.10.3',
'path.py==11.0.1',
'pyyaml==5.1',
'typing==3.6.4',