From 55a14ac7848add81aab12b21d06bf962d7f7ce81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 02:59:05 +0000 Subject: [PATCH] deps: bump lxml from 5.4.0 to 6.0.2 Bumps [lxml](https://github.com/lxml/lxml) from 5.4.0 to 6.0.2. - [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-5.4.0...lxml-6.0.2) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index fd522a4..439b4e8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -15,6 +15,6 @@ pydantic-settings==2.13.1 sqlalchemy==2.0.48 requests==2.33.1 beautifulsoup4==4.14.3 -lxml==5.4.0 +lxml==6.0.2 pytest==8.4.2 pytest-asyncio==0.26.0