From 37f524cd2c5697806c4cebf17e4f861c3a2a16f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 16:17:47 +0000 Subject: [PATCH] build(deps): bump lxml from 4.9.2 to 5.0.0 Bumps [lxml](https://github.com/lxml/lxml) from 4.9.2 to 5.0.0. - [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-4.9.2...lxml-5.0.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 12ccac58..e7f5707f 100644 --- a/setup.py +++ b/setup.py @@ -116,7 +116,7 @@ def get_long_description(): "importlib_metadata; python_version < '3.8'", "justext >= 3.0.0", "lxml >= 4.9.3 ; platform_system != 'Darwin'", - "lxml == 4.9.2 ; platform_system == 'Darwin'", + "lxml == 5.0.0 ; platform_system == 'Darwin'", "urllib3 >= 1.26, < 2; python_version < '3.7'", "urllib3 >= 1.26, < 3; python_version >= '3.7'", ],