From 85cf71ea33f1a4e8a6633fed4a18580d6e7ee2d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 19:50:26 +0000 Subject: [PATCH] Bump lxml from 4.1.1 to 4.9.1 in /lexpredict_openedgar/requirements Bumps [lxml](https://github.com/lxml/lxml) from 4.1.1 to 4.9.1. - [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.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lexpredict_openedgar/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 lexpredict_openedgar/requirements/base.txt diff --git a/lexpredict_openedgar/requirements/base.txt b/lexpredict_openedgar/requirements/base.txt old mode 100755 new mode 100644 index 5de8650..ba4d869 --- a/lexpredict_openedgar/requirements/base.txt +++ b/lexpredict_openedgar/requirements/base.txt @@ -52,7 +52,7 @@ urllib3==1.23 # Your custom requirements go here -lxml==4.1.1 +lxml==4.9.1 boto3==1.6.4 botocore==1.9.4 numpy==1.14.3