From 09051b14a430597c7850e80daf1a2ae51e5b7620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 23:30:28 +0000 Subject: [PATCH] Bump mako from 1.3.2 to 1.3.11 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.3.2 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80e42e33..59fa6f97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ 'fabric == 3.2.2', - 'Mako == 1.3.2', + 'Mako == 1.3.11', 'requests == 2.32.0', 'rich == 13.7.1', 'tiktoken == 0.8.0',