From 8406eb7b4547500b7649c0e045657e44d31a5a98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 17:08:40 +0800 Subject: [PATCH] Bump mako from 1.3.3 to 1.3.5 (#14) Bumps [mako](https://github.com/sqlalchemy/mako) from 1.3.3 to 1.3.5. - [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> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a868c3..78be4c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ readme = "README.md" requires-python = ">=3.8" dependencies = [ "fire==0.6.0", - "Mako==1.3.3", + "Mako==1.3.5", "PyYAML==6.0.1", "xmltodict==0.13.0", "tomli==2.0.1",