From 190ca3f07676c4a78d4f3a4f21c4d9d2608b40be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 20:13:43 +0000 Subject: [PATCH] Bump lxml from 3.6.0 to 4.9.1 in /appinit/docker/base Bumps [lxml](https://github.com/lxml/lxml) from 3.6.0 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-3.6.0...lxml-4.9.1) --- 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..a645148 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.9.1 six==1.10.0 -e git://github.com/app-init/python3-saml.git@master#egg=python3_saml \ No newline at end of file