From de0c58f67b46d76e1ca0872865c5de4cd87b32da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 20:54:16 +0000 Subject: [PATCH] Bump lxml from 4.6.3 to 4.9.1 in /django 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] --- django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/requirements.txt b/django/requirements.txt index 2615ee0..cee12e3 100644 --- a/django/requirements.txt +++ b/django/requirements.txt @@ -10,7 +10,7 @@ psycopg2-binary==2.8.4 arrow==0.14.5 requests==2.22.0 boto3==1.9.212 -lxml==4.6.3 +lxml==4.9.1 cssselect==1.1.0 xlrd==1.2.0 xlwt==1.3.0