From ceb1a04ae312eb3907e91e96e88d5e1f7aa725ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 19:55:40 +0000 Subject: [PATCH] Bump lxml from 4.6.2 to 4.9.1 in /requirements Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 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.2...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/processing.txt | 2 +- requirements/prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/processing.txt b/requirements/processing.txt index 94625d4..9171ed3 100644 --- a/requirements/processing.txt +++ b/requirements/processing.txt @@ -5,4 +5,4 @@ pypandoc==1.4 # Processing # ------------------------- cssselect==1.0.3 -lxml==4.6.2 +lxml==4.9.1 diff --git a/requirements/prod.txt b/requirements/prod.txt index 80464d4..6bb16d7 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -7,4 +7,4 @@ gunicorn==19.9.0 # Processing (only for heroku tests) cssselect==1.0.3 -lxml==4.6.2 +lxml==4.9.1