From 1a511423ad9a97f05254a6b797d10bb9b5ac4cfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 18:44:03 +0000 Subject: [PATCH] Bump mako from 1.1.4 to 1.2.2 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.1.4 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(-) diff --git a/setup.py b/setup.py index 0b45249c..6ec57686 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ 'itsdangerous==1.1.0', 'Jinja2==2.11.3', 'jsonschema==2.6.0', - 'Mako==1.1.4', + 'Mako==1.2.2', 'MarkupSafe==1.1.1', 'openapi-spec-validator==0.2.9', 'paramiko==2.7.2',