From 747e2f714dbd4c63db7fc80c799798e5dbb2bd49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jan 2021 22:51:38 +0000 Subject: [PATCH] Bump lxml from 4.1.1 to 4.6.2 Bumps [lxml](https://github.com/lxml/lxml) from 4.1.1 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-4.1.1...lxml-4.6.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cb23ad5..4c91469 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ flake8==3.5.0 funcsigs==1.0.2 # via mock, pytest idna==2.6 # via requests isodate==0.6.0 # via zeep -lxml==4.1.1 # via zeep +lxml==4.6.2 # via zeep mccabe==0.6.1 # via flake8 mock==2.0.0 # via pip-conflict-checker nose==1.3.7 # via pip-conflict-checker