From 15de4d118bcefba4c0066c9b8a5458ba5912d6e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 23:35:43 +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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0f62a71..cd56114 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.11 ; 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"