Skip to content

Commit

Permalink
Bump lxml from 4.9.0 to 4.9.1
Browse files Browse the repository at this point in the history
Bumps [lxml](https://github.com/lxml/lxml) from 4.9.0 to 4.9.1.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-4.9.0...lxml-4.9.1)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent 9cc2894 commit 94ccde8
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 @@ -2,4 +2,4 @@ beautifulsoup4==4.12.3
html2text==2020.1.16
requests==2.31.0
setuptools==49.2.1
lxml==5.1.0
lxml==4.9.1
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.2', 'html2text==2020.1.16', 'requests==2.31.0', 'lxml==4.9.1']
)

0 comments on commit 94ccde8

Please sign in to comment.