From 30821ef9e01f18960bc4dbed1ad68d806e790112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 20:05:58 +0000 Subject: [PATCH] Bump lxml from 3.6.0 to 4.6.5 in /appinit/docker/base Bumps [lxml](https://github.com/lxml/lxml) from 3.6.0 to 4.6.5. - [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-3.6.0...lxml-4.6.5) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- appinit/docker/base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinit/docker/base/requirements.txt b/appinit/docker/base/requirements.txt index d83778b..1ef0841 100644 --- a/appinit/docker/base/requirements.txt +++ b/appinit/docker/base/requirements.txt @@ -21,6 +21,6 @@ querystring-parser==1.2.3 markdown2==2.3.4 Flask==0.11.1 ldap3==1.2.2 -lxml==3.6.0 +lxml==4.6.5 six==1.10.0 -e git://github.com/app-init/python3-saml.git@master#egg=python3_saml \ No newline at end of file