From efc0926b19ab4e8ac1430c0e584e106fac004f77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 06:00:15 +0000 Subject: [PATCH] Update lxml requirement from ~=4.9.3 to >=4.9.3,<5.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.3...lxml-5.0.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 93673520..4ee571b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ test = [ "Flask<4", "GitPython<4", "Jinja2~=3.1.2", - "lxml~=4.9.3", + "lxml>=4.9.3,<5.1.0", "mock==5.1.*", "pre-commit<4", "Pyjwt~=2.8.0",