From b4e119ce7e3496540b056a95f7c91407a451e7ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:40:21 +0000 Subject: [PATCH] Update lxml requirement from ~=5.1 to ~=5.3 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.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 9b2329f..3640688 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Babel~=2.15 beautifulsoup4~=4.12 geocoder~=1.38 -lxml~=5.1 +lxml~=5.3 openpyxl~=3.1 python-docx~=1.1 requests~=2.32