From c059ca2b56af5e8a67abd0c990e9d3b7f2eef7ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:33:14 +0000 Subject: [PATCH] Update lxml requirement from <=5.2.2 to <=5.3.0 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](https://github.com/lxml/lxml/compare/lxml-0.5.1...lxml-5.3.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7c84cf4bf..606f7f46b 100644 --- a/setup.py +++ b/setup.py @@ -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={