From 2209e780305af9e6ecc95e28edc361da0537976b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 12:06:59 +0000 Subject: [PATCH] Update lxml requirement from >=5.0.0 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-5.0.0...lxml-6.1.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cacb170..264ac37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [{ name = "Louis Christ", email = "mail@louischrist.de" }] readme = "README.md" dependencies = [ "aiohttp >= 3.11.11", - "lxml >= 5.0.0"] + "lxml >= 6.1.0"] [project.urls] repository = "https://github.com/LouisChrist/pyblu"