From c1faa1c36d4ffc4394079acd22104a26a492125d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 21:09:58 +0000 Subject: [PATCH] build(deps): bump lxml from 5.3.0 to 6.0.2 Bumps [lxml](https://github.com/lxml/lxml) from 5.3.0 to 6.0.2. - [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-5.3.0...lxml-6.0.2) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d8a75cbc3..50a313913 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ tests = [ "click==8.2.1", "inflect==7.5.0", "pygithub==2.6.1", - "lxml==5.3.0", + "lxml==6.0.2", "numpy==2.2.6", "parse==1.20.2", "pytest==8.4.1",