From 3083714c45538ae1bba654b5aeafc44b41f45918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 10:25:53 +0000 Subject: [PATCH] Bump lxml from 4.9.3 to 5.0.0 Bumps [lxml](https://github.com/lxml/lxml) from 4.9.3 to 5.0.0. - [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.0.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6951af5..17590a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ et-xmlfile==1.1.0 gunicorn==21.2.0 idna==3.4 isodate==0.6.1 -lxml==4.9.3 +lxml==5.0.0 mysqlclient==2.2.0 openpyxl==3.1.2 pycparser==2.21