unpin tox in requirements

for some reason bandit wasn't earlier catching the SubElement usage but
now it is, but it's harmless anyway so we'll just suppress it.

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2023-12-30 11:07:47 -06:00
parent bf646db1e8
commit 713632fe7a
4 changed files with 16 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ SPDX-FileCopyrightText: © 2022 Brian S. Stephan <bss@incorporeal.org>
SPDX-License-Identifier: AGPL-3.0-or-later
"""
import re
from xml.etree.ElementTree import SubElement
from xml.etree.ElementTree import SubElement # nosec B405 - not parsing untrusted XML here
import markdown