From 9b989ccb970c2c6ccd6fc08a51724ab0f649ffde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 00:25:32 +0000 Subject: [PATCH] build(deps): Update lxml requirement from >=6.1.2 to >=6.1.3 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.2...lxml-6.1.3) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.3 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 3b9f294..d54714d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ httpx>=0.28.1 idna>=3.19 itsdangerous jinja2>=3.1.6 -lxml>=6.1.2 +lxml>=6.1.3 mailjet_rest ppdeep>=20260221 pydantic>=2.13.5