From 22857b1fed18fd7ecbca0fd1924dcc64d2ee8d0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:52:52 +0000 Subject: [PATCH] :arrow_up: Update lxml requirement from <5.0,>=4.6.5 to >=4.6.5,<6.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.6.5...lxml-5.3.0) --- updated-dependencies: - dependency-name: lxml 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 9d838acec..85d06906a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ test = [ "pytest-cov~=4.0", "syrupy~=3.0", "sphinxcontrib-plantuml~=0.0", - "lxml>=4.6.5,<5.0", + "lxml>=4.6.5,<6.0", "responses~=0.22.0", "pytest-xprocess~=0.22.2", ]