From 5b85357eb715354d555ed88f9bd922842494848b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 17:40:16 +0000 Subject: [PATCH] Bump mako from 1.1.3 to 1.2.2 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.1.3 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index e18210e..9f165bd --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ requires = [ 'alembic == 0.6.7', 'Beaker == 1.11.0', - 'Mako == 1.1.3', + 'Mako == 1.2.2', 'PasteDeploy == 2.1.1', 'psycopg2 == 2.8.6', 'pyramid == 1.5.1',