Skip to content

Commit

Permalink
Update dependency lxml to v4.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and kdeininger committed Jan 2, 2024
1 parent ccc1118 commit 605bb79
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.3
lxml==4.9.4
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.3',
'lxml>=4.9.4',
'defusedxml',
'requests',
'xmlschema'
Expand Down

0 comments on commit 605bb79

Please sign in to comment.