Skip to content

Commit

Permalink
Merge pull request #7 from aktech/dependabot/pip/lxml-4.9.1
Browse files Browse the repository at this point in the history
Bump lxml from 4.5.0 to 4.9.1
  • Loading branch information
aktech authored Dec 7, 2023
2 parents 51bcd32 + 756d9c1 commit c8d8e97
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
@@ -1,4 +1,4 @@
beautifulsoup4==4.9.0
requests
lxml==4.5.0
lxml==4.9.1
tabulate==0.8.7
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
install_requires=[
"beautifulsoup4==4.9.0",
"requests",
"lxml==4.5.0",
"lxml==4.9.1",
"tabulate==0.8.7",
],
entry_points={
Expand Down

0 comments on commit c8d8e97

Please sign in to comment.