Skip to content

Commit

Permalink
Update lxml requirement from <=5.2.0 to <=5.2.1 (#202)
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.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 0cec636 commit a064741
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 <= 1.26.4",
"lxml <= 5.2.0",
"lxml <= 5.2.1",
"importlib-resources; python_version <= '3.8'",
"importlib-metadata; python_version <= '3.8'"],
extras_require={
Expand Down

0 comments on commit a064741

Please sign in to comment.