From 9ef066320c8e37e8a1807ea84693d2d3e84a11f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 17:23:15 +0000 Subject: [PATCH] Update lxml requirement from <6.0.0,>=4.9.3 to >=4.9.3,<7.0.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-6.1.1) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.1 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 3e620c09..bcbf465e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license = { text = "MIT License" } readme = "README.md" dependencies = [ - "lxml>=4.9.3,<6.0.0", + "lxml>=4.9.3,<7.0.0", "openai>=1.11.0,<3.0.0", "rich>=13.6.0,<15.0.0", "PettingZoo==1.25.0",