From 234b03fd4dd1f7be05b447189c1de793712ef871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 10:38:56 +0000 Subject: [PATCH] Bump mako from 1.3.2 to 1.3.12 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.3.2 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80e42e33..80025fe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ 'fabric == 3.2.2', - 'Mako == 1.3.2', + 'Mako == 1.3.12', 'requests == 2.32.0', 'rich == 13.7.1', 'tiktoken == 0.8.0',