From 2b8d85abbfe9e96dc23082f0f942427f69005417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:19:34 +0000 Subject: [PATCH] Bump mako from 1.3.6 to 1.3.8 (#166) Bumps [mako](https://github.com/sqlalchemy/mako) from 1.3.6 to 1.3.8. - [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-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 55bde6e..23f2c54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ greenlet==3.1.1 # via # borm (pyproject.toml) # sqlalchemy -mako==1.3.6 +mako==1.3.8 # via alembic markupsafe==2.1.5 # via mako