From ea839eb794792746dcd091aeb6a05e8033c985f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 19:46:43 +0000 Subject: [PATCH] Bump lxml from 4.6.2 to 4.9.1 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 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 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 diff --git a/setup.py b/setup.py index 71b884e..e64860e 100644 --- a/setup.py +++ b/setup.py @@ -91,7 +91,7 @@ def find_version(*file_paths): # Processing 'cssselect==1.0.0', - 'lxml==4.6.2', + 'lxml==4.9.1', # Production 'gunicorn==19.9.0',