Use defusedxml
This commit is contained in:
parent
8b8a95a796
commit
1a7359fc3c
4 changed files with 15 additions and 3 deletions
|
|
@ -1,11 +1,11 @@
|
|||
from __future__ import annotations
|
||||
|
||||
from defusedxml import ElementTree as ET
|
||||
from pathlib import Path
|
||||
import configparser
|
||||
import pytest
|
||||
import textwrap
|
||||
import yaml
|
||||
import xml.etree.ElementTree as ET
|
||||
|
||||
import jinjaturtle.core as core
|
||||
from jinjaturtle.core import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue