update mako also

This commit is contained in:
Kenneth Kehl
2026-05-07 07:23:10 -07:00
parent b52ece0f84
commit 8c4a8ea43a
2 changed files with 5 additions and 4 deletions

8
poetry.lock generated
View File

@@ -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"

View File

@@ -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"