From d7aa021283fc5cf02c945ff7c0fec43cdf00839a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:50:57 +0000 Subject: [PATCH] Bump mako from 1.2.4 to 1.3.6 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.2.4 to 1.3.6. - [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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ebf5a56..57901d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ greenlet==3.1.1 # via # borm (pyproject.toml) # sqlalchemy -mako==1.2.4 +mako==1.3.6 # via alembic markupsafe==2.1.5 # via mako