Skip to content

Commit

Permalink
Update dependency lxml to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2024
1 parent f4750a3 commit b72bbb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ flake8==6.1.0
requests-mock==1.11.0
Sphinx<8
sphinx_rtd_theme==2.0.0
lxml==4.9.4
lxml==5.0.0
requests==2.31.0
xmlschema==2.5.1
jinja2==3.1.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
changelog = f.read()

requires = [
'lxml>=4.9.4',
'lxml>=5.0.0',
'defusedxml',
'requests',
'xmlschema'
Expand Down

0 comments on commit b72bbb9

Please sign in to comment.