From b9d3ea31ca213d65994949a1fc09753af2e4c03d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:54:13 +0000 Subject: [PATCH] Update lxml requirement from ~=4.9 to ~=5.1 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.0...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 2c5d160..b043e22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Babel~=2.13 beautifulsoup4~=4.12 geocoder~=1.38 -lxml~=4.9 +lxml~=5.1 openpyxl~=3.1 python-docx~=1.1 requests~=2.31