Skip to content

Commit

Permalink
Update dependency lxml to v5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 4, 2024
1 parent 1c0a209 commit e57857f
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.0.0
requests-mock==1.12.1
Sphinx<8
sphinx_rtd_theme==2.0.0
lxml==5.2.1
lxml==5.2.2
requests==2.31.0
xmlschema==3.3.1
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.1',
'lxml>=5.2.2',
'defusedxml',
'requests',
'xmlschema'
Expand Down

0 comments on commit e57857f

Please sign in to comment.