From 265294253dcb0fa25e5b712bd73a3fa638533ae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 14:39:19 +0000 Subject: [PATCH] build(deps): bump lxml from 5.3.0 to 6.0.1 Bumps [lxml](https://github.com/lxml/lxml) from 5.3.0 to 6.0.1. - [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.1) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.0.1 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..04e4edaea 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.1", "numpy==2.2.6", "parse==1.20.2", "pytest==8.4.1",