From 6aff226471a1ae56b21bac5974f94dae456ca67c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 00:24:23 +0000 Subject: [PATCH] build(deps): Update lxml requirement from >=6.1.1 to >=6.1.2 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.1...lxml-6.1.2) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.2 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 6a3bd64..fd81aaa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ httpx>=0.28.1 idna>=3.18 itsdangerous jinja2>=3.1.6 -lxml>=6.1.1 +lxml>=6.1.2 mailjet_rest ppdeep>=20260221 pydantic>=2.13.4