Update module version to remove vulnerability (#12054)

This commit is contained in:
Min, Byungil 2022-07-08 15:28:48 +09:00 committed by GitHub
parent bc34fa0934
commit b5c058738d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ importlib-metadata==3.10.0
iniconfig==1.1.1
ipython==7.22.0
Jinja2==2.11.3
lxml==4.6.3
lxml>=4.6.5
MarkupSafe==1.1.1
mistune==2.0.0a6
packaging==20.9

View File

@ -1,6 +1,6 @@
coverage>=4.4.2,<=5.5
astroid==2.4.2
pylint==2.5.0
astroid>=2.5.0
pylint>=2.7.0
pyenchant>=3.0.0
test-generator==0.1.1
defusedxml>=0.5.0