From 4f592a07990b29e535d828ef2d812aaf16bdb10e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 13:51:42 +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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0f62a71..7182a65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ greenlet==3.2.3 ; python_version >= "3.12" and python_version < "3.14" and (plat gunicorn==23.0.0 ; python_version >= "3.12" and python_version < "4.0" itsdangerous==2.2.0 ; python_version >= "3.12" and python_version < "4.0" jinja2==3.1.6 ; python_version >= "3.12" and python_version < "4.0" -mako==1.3.10 ; python_version >= "3.12" and python_version < "4.0" +mako==1.3.12 ; python_version >= "3.12" and python_version < "4.0" markupsafe==3.0.2 ; python_version >= "3.12" and python_version < "4.0" packaging==25.0 ; python_version >= "3.12" and python_version < "4.0" python-dotenv==1.1.1 ; python_version >= "3.12" and python_version < "4.0"