From f4d0f88ba55705b2d7d500ed74943b3cc4679df6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 22:46:12 +0000 Subject: [PATCH] Bump mako from 1.3.10 to 1.3.11 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.3.10 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c142e7f..94b82f7 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.11 python-docx==1.2.0 bs4==0.0.2 markdown2==2.5.4 diff --git a/setup.py b/setup.py index 0cbec93..f2a6be8 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.11", "python-docx==1.2.0", "beautifulsoup4==4.12.3", "markdown2==2.5.4"