From a133e39990e028b87ed84e34448cfc18d85e5b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 03:52:49 +0000 Subject: [PATCH] Update lxml requirement from ~=5.1.0 to ~=5.2.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-5.1.0...lxml-5.2.0) --- 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 65f79e1..1700908 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ compal>=0.4.0 -lxml~=5.1.0 +lxml~=5.2.0