From f6ee00a9bf50bfa86266d9782ee96891d3083e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:37:53 +0000 Subject: [PATCH] deps: update lxml requirement from >=4.9.0 to >=4.9.4 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-4.9.0...lxml-4.9.4) --- updated-dependencies: - dependency-name: lxml dependency-version: 4.9.4 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 1688ed0..72c7ade 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ requests>=2.31.0 beautifulsoup4>=4.12.0 -lxml>=4.9.0 +lxml>=4.9.4 Pillow>=10.0.0