From d24beb4a10b35999e158b1d9dd82f1c09bec1369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:09:01 +0000 Subject: [PATCH] Bump mako from 1.3.5 to 1.3.8 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.3.5 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90966a2..1d295db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dynamic = ["version"] requires-python = ">= 3.9" dependencies = [ "PyYAML==6.0.2", - "Mako==1.3.5", + "Mako==1.3.8", "python-gedcom==1.0.0", "devopsdriver==0.1.48", "boto3==1.35.68",