From e27bd9439e6e7a5257357c81859ae1c2e9d76972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 02:18:27 +0000 Subject: [PATCH] Bump lxml from 4.9.0 to 4.9.1 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [lxml](https://github.com/lxml/lxml). Updates `lxml` from 4.9.0 to 4.9.1 - [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-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-version: 4.9.1 dependency-type: direct:production dependency-group: pip ... 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..09b9d2f5 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==4.9.1 ; python_version >= '3.7' # requirements-test.txt flake8==3.9.2 ; python_version < '3.6'