From 094a93f425d65cccff153177de80671100a0fd31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 15:57:37 +0000 Subject: [PATCH] Bump mako from 1.1.4 to 1.3.12 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.1.4 to 1.3.12. - [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-version: 1.3.12 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..c463888 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.3.12' ], # List additional groups of dependencies here (e.g. development