From 71bcdeef60031b58fd23b5da3896d203bf955fc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 18:28:08 +0000 Subject: [PATCH] build(deps): bump mako from 1.0.7 to 1.2.2 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.0.7 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8da264d..90195e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Flask-Migrate==2.2.1 Flask-SQLAlchemy==2.3.2 itsdangerous==0.24 Jinja2>=2.10.1 -Mako==1.0.7 +Mako==1.2.2 MarkupSafe==1.1.1 psycopg2==2.7.5 python-dateutil==2.7.3