From cf4313c9d0501d3ddc9df7372c7ad1a10e7f5d3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 02:17:45 +0000 Subject: [PATCH] chore(deps-dev): update lxml requirement from >=6.0.2 to >=6.1.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-6.0.2...lxml-6.1.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev-exp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev-exp.txt b/requirements-dev-exp.txt index 7881e9018..1aeea1ced 100644 --- a/requirements-dev-exp.txt +++ b/requirements-dev-exp.txt @@ -34,7 +34,7 @@ jsonschema>=4.26.0 jsonschema-specifications>=2025.9.1 librt>=0.9.0 looseversion>=1.3.0 -lxml>=6.0.2 +lxml>=6.1.0 markdown>=3.10.1 markupsafe>=3.0.3 mccabe>=0.7.0