Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 654aa74 commit 9f8e6cb
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.32.3
setuptools==49.2.1
lxml==5.2.2
lxml==5.3.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ def read_file(filename):
"dev_template": "{tag}"
},
setup_requires=["setuptools-git-versioning"],
install_requires = ['beautifulsoup4==4.12.3', 'html2text==2020.1.16', 'requests==2.32.3', 'lxml==5.2.2']
install_requires = ['beautifulsoup4==4.12.3', 'html2text==2020.1.16', 'requests==2.32.3', 'lxml==5.3.0']
)

0 comments on commit 9f8e6cb

Please sign in to comment.