From c2db73c8f57d267ae10a359971921acd59cbb218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 08:02:51 +0000 Subject: [PATCH] chore(deps): bump lxml from 6.0.4 to 6.1.0 Bumps [lxml](https://github.com/lxml/lxml) from 6.0.4 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-6.0.4...lxml-6.1.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c6b1952b7c4..39df584df4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ html2text==2025.4.15 humanize==4.15.0 jira==3.10.5 PyGithub==2.9.1 -lxml==6.0.4 +lxml==6.1.0 Markdown==3.10.2 openpyxl==3.1.5 Pillow==12.2.0 # required by django-imagekit