From 8484cc15a7c2a542aaf741a49d689db51e1a00c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 22:47:35 +0000 Subject: [PATCH] deps(deps): update lxml requirement from >=4.9 to >=6.1.0 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-6.1.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- horoshop-full-audit/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horoshop-full-audit/requirements.txt b/horoshop-full-audit/requirements.txt index e78e8fa..0f7190f 100644 --- a/horoshop-full-audit/requirements.txt +++ b/horoshop-full-audit/requirements.txt @@ -1,3 +1,3 @@ requests>=2.28 beautifulsoup4>=4.11 -lxml>=4.9 +lxml>=6.1.0