Skip to content

Commit

Permalink
Update lxml requirement from <5.0 to <6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [lxml](https://github.com/lxml/lxml) to permit the latest version.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-4.9.3...lxml-5.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent effe137 commit bdd9e2e
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 @@ -41,7 +41,7 @@
include_package_data=True,
install_requires=[
"lxml>=4.9.3",
"lxml<5.0",
"lxml<6.0",
"xmltodict>=0.13.0",
"pandas>=2.0.0",
"pandas<2.2.0",
Expand Down

0 comments on commit bdd9e2e

Please sign in to comment.