From 6e60599943efb881d3f450e3a0795eba82fd42dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:57:53 +0000 Subject: [PATCH] Update lxml requirement from ~=4.9.3 to ~=5.1.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-4.9.3...lxml-5.1.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 eca1298..24a5aa8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,5 +17,5 @@ python-decouple~=3.8.0 # for v3 validataclass~=0.9.0 openpyxl~=3.1.2 -lxml~=4.9.3 +lxml~=5.1.0 pyproj~=3.6.1