From f3dcb14313ba190a048fd7cff10b4114d5dd1f48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 10:09:50 +0000 Subject: [PATCH] Bump lxml from 4.9.3 to 4.9.4 Bumps [lxml](https://github.com/lxml/lxml) from 4.9.3 to 4.9.4. - [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-4.9.4) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-patch ... 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..4712ddd 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==4.9.4 mysqlclient==2.2.0 openpyxl==3.1.2 pycparser==2.21