From 8c4a8ea43a89406a9e46dc178a09dad3ee62ad66 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 7 May 2026 07:23:10 -0700 Subject: [PATCH] update mako also --- poetry.lock | 8 ++++---- pyproject.toml | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0f0f27f5d..65253e5b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2592,14 +2592,14 @@ htmlsoup = ["BeautifulSoup4"] [[package]] name = "mako" -version = "1.3.11" +version = "1.3.12" description = "A super-fast templating language that borrows the best ideas from the existing templating languages." optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "mako-1.3.11-py3-none-any.whl", hash = "sha256:e372c6e333cf004aa736a15f425087ec977e1fcbd2966aae7f17c8dc1da27a77"}, - {file = "mako-1.3.11.tar.gz", hash = "sha256:071eb4ab4c5010443152255d77db7faa6ce5916f35226eb02dc34479b6858069"}, + {file = "mako-1.3.12-py3-none-any.whl", hash = "sha256:8f61569480282dbf557145ce441e4ba888be453c30989f879f0d652e39f53ea9"}, + {file = "mako-1.3.12.tar.gz", hash = "sha256:9f778e93289bd410bb35daadeb4fc66d95a746f0b75777b942088b7fd7af550a"}, ] [package.dependencies] @@ -5979,4 +5979,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "3ec5d0c3bc8b5c80b4767a9be2716989a22e34520f066a4fde1ba718dc0cbb50" +content-hash = "106806bdbe79197e78777c9ad7f195091c24d56934cf8c992e21aca1065b17f5" diff --git a/pyproject.toml b/pyproject.toml index 75829da69..d8f809698 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,6 +62,7 @@ cryptography = "^46.0.7" idna = "^3.11" jmespath = "^1.1.0" markupsafe = "^3.0.3" +mako = "^1.3.12" pycparser = "^3.0" python-dateutil = "^2.9.0.post0" pyyaml = "^6.0.3"