From a506715a427170163bd20b40851cf3f27d09cd76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 22:56:18 +0000 Subject: [PATCH] Bump mako from 1.0.14 to 1.3.10 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.0.14 to 1.3.10. - [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.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index ce565f2..2715fe4 100644 --- a/requirements.in +++ b/requirements.in @@ -13,7 +13,7 @@ isort~=6.1.0 itsdangerous~=2.2.0 Jinja2~=3.1.6 lazy-object-proxy~=1.4.0 -Mako~=1.0.7 +Mako~=1.3.10 MarkupSafe~=3.0.2 mccabe~=0.6.1 oic~=1.6.1 diff --git a/requirements.txt b/requirements.txt index 0435ea7..b0d883b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -90,7 +90,7 @@ jinja2==3.1.6 # flask lazy-object-proxy==1.4.3 # via -r requirements.in -mako==1.0.14 +mako==1.3.10 # via # -r requirements.in # alembic