From 610b69c33e3e57e9486b8b0a55c8c6b83d7bf33a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 13:07:17 +0000 Subject: [PATCH] chore(deps): Update mako requirement in /backend Updates the requirements on [mako](https://github.com/sqlalchemy/mako) to permit the latest version. - [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.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index a160f94..3141a84 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -57,7 +57,7 @@ aiohttp>=3.13.4 # 24 avisos click>=8.3.3 h2>=4.4.1 idna>=3.15 -mako>=1.3.12 +mako>=1.4.1 msgpack>=1.2.1 pygments>=2.20.0 python-dotenv>=1.2.2