mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-10 05:14:18 +00:00
use latest defusedxml.
This commit is contained in:
parent
ccf427b4a0
commit
4883a7a257
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue