From cdac9d309698ca4509bd16f094aae2f4804e067b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 00:03:17 +0000 Subject: [PATCH] build(deps): bump lxml from 5.2.1 to 6.1.0 Bumps [lxml](https://github.com/lxml/lxml) from 5.2.1 to 6.1.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.2.1...lxml-6.1.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.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 9fb297a4990..8417f8184f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ # Core dependencies (consolidated from requirements.txt) dependencies = [ "Pillow==12.1.1", - "lxml==5.2.1", + "lxml==6.1.0", "psycopg2==2.9.9", "Django==5.2.13",