From cd013c1bcb7c5bcdba40163a4ef451febe8f9e72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 14:50:52 +0000 Subject: [PATCH] Bump lxml from 4.9.0 to 4.9.1 Bumps [lxml](https://github.com/lxml/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-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..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'