From 8e988af9984ffb26b90c4e65deebc611a59ab918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 16:56:16 +0000 Subject: [PATCH] Bump lxml from 3.6.4 to 4.6.3 Bumps [lxml](https://github.com/lxml/lxml) from 3.6.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/compare/lxml-3.6.4...lxml-4.6.3) 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..66cea8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ nose==1.3.7 -lxml==3.6.4 +lxml==4.6.3 clint==0.5.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 5af3ff8..a7246de 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ packages=['jsuite'], install_requires=[ - 'lxml==3.6.4', + 'lxml==4.6.3', 'clint==0.5.1' ],