From 71899a4d1a2f7565b5b7c9dfd8ef2551acd57b71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 03:52:41 +0000 Subject: [PATCH] Update lxml requirement from ~=4.9.3 to ~=4.9.4 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-4.9.4) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 65fee28..7b54223 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ compal>=0.4.0 -lxml~=4.9.3 +lxml~=4.9.4