From fbf55d919222a5c90f037842958f055ed3bd1eb3 Mon Sep 17 00:00:00 2001 From: Juergen Ryannel Date: Wed, 5 Feb 2020 11:04:29 +0100 Subject: upgrade to jinja 2.10.3 to fix jinja vulnerability of 2.10.0 --- qface/__about__.py | 2 +- requirements.txt | 2 +- setup.py | 2 +- 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', -- cgit v1.2.3