From 8b7881dbbb8c3222c2148ccba9daf832e89d3192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 15:34:01 +0000 Subject: [PATCH] build(deps): bump lxml from 5.3.0 to 6.0.0 Bumps [lxml](https://github.com/lxml/lxml) from 5.3.0 to 6.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-5.3.0...lxml-6.0.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.0.0 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 d8b2dfd0c..9d6dc21dc 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.0", "numpy==2.2.6", "parse==1.20.2", "pytest==8.3.4",