From 5b5b372ff809e2ba9afe870f0a1dfe32f0101571 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 18:03:08 +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 dd8fe20..aaa9954 100644 --- a/setup.py +++ b/setup.py @@ -140,7 +140,7 @@ # https://packaging.python.org/en/latest/requirements.html install_requires=[ 'clang==10.0.1', - 'Mako==1.1.4' + 'Mako==1.2.2' ], # List additional groups of dependencies here (e.g. development