Skip to content

Commit

Permalink
Update lxml requirement from <=5.2.2 to <=5.3.0 (#215)
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.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent 4e8d6fe commit 4ebf257
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 @@ -252,7 +252,7 @@ def path_to_src(source_path_list):
packages = ["PyPop", "PyPop.xslt"],
package_data={"PyPop.xslt": data_file_paths},
install_requires = ["numpy <= 2.0.1",
"lxml <= 5.2.2",
"lxml <= 5.3.0",
"importlib-resources; python_version <= '3.8'",
"importlib-metadata; python_version <= '3.8'"],
extras_require={
Expand Down

0 comments on commit 4ebf257

Please sign in to comment.