From 97f3670d663d52f075f995c4fb0f6e30a811b273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 18:50:22 +0100 Subject: [PATCH] Bump lxml from 4.9.3 to 4.9.4 (#82) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e8633af..c371f69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,5 +13,5 @@ cached-property==1.5.2 requests-oauthlib==1.3.1 celery==5.3.6 requests-mock==1.11.0 -lxml==4.9.3 +lxml==4.9.4 djangorestframework-csv==3.0.2