Skip to content

Commit

Permalink
Update lxml requirement from <=5.3.0 to <=5.3.1
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-0.5.1...lxml-5.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and alexlancaster committed Feb 11, 2025
1 parent a195530 commit c030da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
]
dependencies = [
"numpy <= 2.2.2",
"lxml <= 5.3.0",
"lxml <= 5.3.1",
"pooch <= v1.8.2",
"importlib-resources; python_version <= '3.8'",
"importlib-metadata; python_version <= '3.8'"
Expand Down

0 comments on commit c030da5

Please sign in to comment.