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] [options]
packages = find: packages = find:
install_requires = install_requires =
defusedxml>=0.7.1 defusedxml>=0.8.0rc2
ruamel.yaml>=0.15 ruamel.yaml>=0.15
tomli>=1.1.0;python_version<"3.11" tomli>=1.1.0;python_version<"3.11"
python_requires = >=3.10 python_requires = >=3.10