From c0f2f9ae5b0cc4b0866e8ed48bb67fa84b4da9c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 18:06:02 +0000 Subject: [PATCH] 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(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 1855dc1..4503149 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ funcsigs==1.0.2 # via beaker html5lib==1.0.1 # via bleach itsdangerous==0.24 # via flask Jinja2==2.8 # via flask, flask-babel -Mako==1.0.7 # via pylons +Mako==1.2.2 # via pylons Markdown==2.6.7 MarkupSafe==1.0 # via jinja2, mako, webhelpers nose==1.3.7 # via pylons