From b8eec2f7c1a63aab3c292c46a6b6470c3da1d017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:17:23 +0000 Subject: [PATCH] Update lxml requirement from ~=4.9.3 to ~=5.3.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.3.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 589a767..5cd692f 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.3.0 pyproj~=3.6.1