From 1d2ad7f9f28980415f7b3b63d1f9839f4c27f683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:30:03 +0200 Subject: [PATCH] Update lxml requirement from ~=5.1.0 to ~=5.2.0 (#42) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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