From 0d60c33c94f98440a7186dbeb74542e20a635826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 16:55:53 +0000 Subject: [PATCH] Bump lxml from 3.4.4 to 4.6.3 Bumps [lxml](https://github.com/lxml/lxml) from 3.4.4 to 4.6.3. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/commits/lxml-4.6.3) Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 928cd04..2655cca 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ argparse==1.2.1 beautifulsoup4==4.4.0 -lxml==3.4.4 +lxml==4.6.3 nose==1.3.7 requests==2.7.0 wheel==0.24.0 diff --git a/requirements.txt b/requirements.txt index 4d7dae1..d6a2c68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ argparse==1.2.1 beautifulsoup4==4.4.0 -lxml==3.4.4 +lxml==4.6.3 requests==2.7.0 wsgiref==0.1.2 diff --git a/setup.py b/setup.py index 69b01a3..b01e178 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,6 @@ "argparse==1.2.1", "requests==2.7.0", "wsgiref==0.1.2", - "lxml==3.4.4", + "lxml==4.6.3", ], )