From 9de16db70327899c011a28561d4c745e8db7e57c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 19:35:42 +0000 Subject: [PATCH] Bump lxml from 3.6.4 to 4.6.5 Bumps [lxml](https://github.com/lxml/lxml) from 3.6.4 to 4.6.5. - [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.5) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... 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..aaa5c26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ nose==1.3.7 -lxml==3.6.4 +lxml==4.6.5 clint==0.5.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 5af3ff8..381741b 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ packages=['jsuite'], install_requires=[ - 'lxml==3.6.4', + 'lxml==4.6.5', 'clint==0.5.1' ],