From efcfb9833a1d7f7359e3faf5d35b1fa9d0496208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 13:51:01 +0000 Subject: [PATCH] Bump mako from 1.3.10 to 1.3.12 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.3.10 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c142e7f..795f297 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # Template processing engine for TASTE Document Generator pytest==7.4.2 black==24.3.0 -mako==1.3.10 +mako==1.3.12 python-docx==1.2.0 bs4==0.0.2 markdown2==2.5.4 diff --git a/setup.py b/setup.py index 0cbec93..6873477 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ include_package_data=True, python_requires='>=3.8', install_requires=[ - "mako==1.3.10", + "mako==1.3.12", "python-docx==1.2.0", "beautifulsoup4==4.12.3", "markdown2==2.5.4"