From 352d87539c6c55d698ea48794e4b2ba0c218461f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 19:45:30 +0000 Subject: [PATCH] Bump lxml from 3.4.0 to 4.9.1 in /build Bumps [lxml](https://github.com/lxml/lxml) from 3.4.0 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-3.4.0...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/requirements.txt b/build/requirements.txt index 6484236c..c959dd8d 100644 --- a/build/requirements.txt +++ b/build/requirements.txt @@ -28,7 +28,7 @@ django-contrib-comments<1.9.0 feedparser==5.1.3 importlib==1.0.3 # if it fails, try 'sudo apt-get install libxml2-dev libxslt1-dev python-dev', then run again -lxml==3.4.0 +lxml==4.9.1 # if it fails, try 'sudo apt-get install libpq-dev', then run again psycopg2-binary