From 39ce8eb44b9c1e774712c277dc9e45f3342a4a72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 19:35:19 +0000 Subject: [PATCH] Bump lxml from 4.5.0 to 4.6.3 Bumps [lxml](https://github.com/lxml/lxml) from 4.5.0 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-4.5.0...lxml-4.6.3) Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 96e9f93..fb7e047 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ pydocstyle==5.0.2 virtualenv==16.7.9 coverage==5.0.3 sphinx==2.3.1 -lxml==4.5.0 +lxml==4.6.3 sh==1.12.14 gitchangelog==3.0.4 bumpversion==0.5.3 diff --git a/requirements.txt b/requirements.txt index f2bc1ad..0198d50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ sh==1.12.14 -lxml==4.5.0 \ No newline at end of file +lxml==4.6.3 \ No newline at end of file