From cd71f5c93ced0b0e29134a8b85b06017f5e10d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jan 2021 22:32:41 +0000 Subject: [PATCH] Bump lxml from 4.2.1 to 4.6.2 Bumps [lxml](https://github.com/lxml/lxml) from 4.2.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.2.1...lxml-4.6.2) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dcb9463..4c9059d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'CairoSVG==2.1.3', 'click==6.7', 'sanic==0.8.3', - 'lxml==4.2.1', + 'lxml==4.6.2', 'python-magic==0.4.15', 'google-cloud-storage==1.10.0' ],