From ce3a2b362e0d5b63d3a2827130f0856440e20ebe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jan 2021 21:55:07 +0000 Subject: [PATCH] Bump lxml from 3.6.4 to 4.6.2 Bumps [lxml](https://github.com/lxml/lxml) from 3.6.4 to 4.6.2. - [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.6.4...lxml-4.6.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a570b7f..5bd1b2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ nose==1.3.7 -lxml==3.6.4 +lxml==4.6.2 clint==0.5.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 5af3ff8..19fdbf3 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ packages=['jsuite'], install_requires=[ - 'lxml==3.6.4', + 'lxml==4.6.2', 'clint==0.5.1' ],