use latest defusedxml.

This commit is contained in:
Wu Tingfeng 2025-12-31 15:28:02 +08:00
parent ccf427b4a0
commit 4883a7a257
No known key found for this signature in database

View file

@ -18,7 +18,7 @@ classifiers =
[options]
packages = find:
install_requires =
defusedxml>=0.7.1
defusedxml>=0.8.0rc2
ruamel.yaml>=0.15
tomli>=1.1.0;python_version<"3.11"
python_requires = >=3.10