From f17990cbd59ac1ffdfc879989bd4ffce3b6af4f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:44:04 +0000 Subject: [PATCH] Bump lxml from 4.9.0 to 6.1.0 Bumps [lxml](https://github.com/lxml/lxml) from 4.9.0 to 6.1.0. - [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.0...lxml-6.1.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-oldest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-oldest.txt b/requirements-oldest.txt index 68d0f13d..916d04f2 100644 --- a/requirements-oldest.txt +++ b/requirements-oldest.txt @@ -16,7 +16,7 @@ lxml==3.8.0 ; python_version < '3.7' # - 3.8 is actually 4.3.5 # - 3.9-3.10 is actually 4.5.2 # - 3.11 is actually 4.9.0 -lxml==4.9.0 ; python_version >= '3.7' +lxml==6.1.0 ; python_version >= '3.7' # requirements-test.txt flake8==3.9.2 ; python_version < '3.6'