Skip to content

Commit

Permalink
Update dependency lxml to v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2024
1 parent 1048b70 commit 8223749
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==7.1.1
requests-mock==1.12.1
Sphinx<9
sphinx_rtd_theme==2.0.0
lxml==5.2.2
lxml==5.3.0
requests==2.32.3
xmlschema==3.3.2
jinja2==3.1.4
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>=5.2.2',
'lxml>=5.3.0',
'defusedxml',
'requests',
'xmlschema'
Expand Down

0 comments on commit 8223749

Please sign in to comment.