From d0c51bd082e9172bf1ace4de1d240103eb6ba719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:19:17 +0000 Subject: [PATCH] Bump lxml from 5.4.0 to 6.0.2 Bumps [lxml](https://github.com/lxml/lxml) from 5.4.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.4.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 e38d6cfca..6254f6441 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "django-weasyprint==2.4.0", "icalendar==6.2.0", "irc3==1.1.10", - "lxml==5.4.0", + "lxml==6.0.2", "nh3==0.2.21", "openpyxl==3.1.2", # used to import excel files in economy backoffice "pandas==2.2.3",