Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
myifeng committed Feb 20, 2024
1 parent 13c756e commit 3f8cc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ def read_file(filename):
"dev_template": "{tag}"
},
setup_requires=["setuptools-git-versioning"],
install_requires = ['beautifulsoup4==4.12.2', 'html2text==2020.1.16', 'requests==2.31.0', 'lxml==4.9.0']
install_requires = ['beautifulsoup4==4.12.3', 'html2text==2020.1.16', 'requests==2.31.0', 'lxml==5.1.0']
)

0 comments on commit 3f8cc8c

Please sign in to comment.