From eabb25d21456aa309b16e185d9cae3a73f7c5487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 21:36:09 +0000 Subject: [PATCH] Bump mako from 1.1.4 to 1.3.11 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.1.4 to 1.3.11. - [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.11 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..6076cea 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.11' ], # List additional groups of dependencies here (e.g. development