From 8c60ec8e618d936eb56d24a85d61f5a08d9a3f89 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2019 06:09:03 +0000 Subject: [PATCH] Bump lxml from 4.4.1 to 4.4.2 Bumps [lxml](https://github.com/lxml/lxml) from 4.4.1 to 4.4.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.4.1...lxml-4.4.2) Signed-off-by: dependabot-preview[bot] --- requirements.in | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index 7de83a7..4a48b11 100644 --- a/requirements.in +++ b/requirements.in @@ -1,3 +1,3 @@ -lxml==4.4.1 +lxml==4.4.2 attrs==19.1.0 mario==0.0.153 diff --git a/requirements.txt b/requirements.txt index dd7aa77..27efa17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ idna==2.8 # via requests, trio imagesize==1.1.0 # via sphinx importlib-metadata==0.18 # via mario, pluggy, pytest jinja2==2.10.3 # via sphinx -lxml==4.4.1 +lxml==4.4.2 mario==0.0.153 markupsafe==1.1.1 # via jinja2 marshmallow==3.0rc8 # via mario @@ -65,4 +65,4 @@ xmltodict==0.12.0 # via mario zipp==0.5.2 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -# setuptools==41.4.0 # via sphinx +# setuptools==42.0.1 # via sphinx