From 56c243bde1fac509ff01ceb3f59308418ba191c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 10:57:42 +0000 Subject: [PATCH] build(deps): Update lxml requirement from >=6.1.0 to >=6.1.1 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.1.0...lxml-6.1.1) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8180308..9f177a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ idna>=3.15 ipaddress itsdangerous jinja2>=3.1.6 -lxml>=6.1.0 +lxml>=6.1.1 mailjet_rest openai ppdeep>=20260221