From bba57ba08df1cfbfb4f352fff6ebcee273231173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 17:46:28 +0000 Subject: [PATCH] Bump mako from 1.0.7 to 1.2.2 in /flask-bootstrap/larger-app 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] --- flask-bootstrap/larger-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask-bootstrap/larger-app/requirements.txt b/flask-bootstrap/larger-app/requirements.txt index 6779718..7383979 100644 --- a/flask-bootstrap/larger-app/requirements.txt +++ b/flask-bootstrap/larger-app/requirements.txt @@ -7,7 +7,7 @@ Flask-Script==2.0.6 Flask-SQLAlchemy==2.3.2 itsdangerous==0.24 Jinja2==2.10 -Mako==1.0.7 +Mako==1.2.2 MarkupSafe==1.0 pluggy==0.6.0 py==1.5.2