From e15b88d0bfa6143185a5e5e918089f9e978bc066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:26:03 +0000 Subject: [PATCH] Bump lxml from 4.6.3 to 4.9.1 Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.9.1. - [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.6.3...lxml-4.9.1) --- 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 6bf3e41..4ffe69d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ django-templated-email==3.0.1 django-widget-tweaks==1.4.12 idna==3.4 ; python_version >= '3.5' isodate==0.6.1 -lxml==4.6.5 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' +lxml==4.9.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' mysqlclient==2.1.1 oauthlib==3.2.2 ; python_version >= '3.6' platformdirs==2.6.2 ; python_version >= '3.7'