From 56fae7dbabe776085b2cdb4edc69c80acca241ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 17:40:19 +0000 Subject: [PATCH] Bump mako from 1.0.0 to 1.2.2 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.0.0 to 1.2.2. - [Release notes](https://github.com/sqlalchemy/mako/releases) - [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/mako/commits) --- updated-dependencies: - dependency-name: mako dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3a9d402..153e820 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ Flask-Script==2.0.5 Flask-WTF==0.10.2 Jinja2==2.10.1 LoginUtils==1.0.1 -Mako==1.0.0 +Mako==1.2.2 MarkupSafe==0.23 Pygments==2.0.1 SQLAlchemy==1.3.0 diff --git a/setup.py b/setup.py index f83f850..35075cb 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def get_pkg_data(): 'flask-WTF==0.10.2', 'jinja2==2.7.3', 'LoginUtils==1.0.1', - 'Mako==1.0.0', + 'Mako==1.2.2', 'MarkupSafe==0.23', 'SQLAlchemy==0.9.8', 'WTForms==2.0.1',