From 727c36bc58475a3f44d61c863e3f841037194365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 13:52:51 +0000 Subject: [PATCH] Bump lxml from 4.5.0 to 4.9.1 in /requirements Bumps [lxml](https://github.com/lxml/lxml) from 4.5.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-4.5.0...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 7a75bce9..adbccf90 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -5,7 +5,7 @@ Flask-Caching==1.8.0 Flask-DotEnv==0.1.1 itsdangerous==2.0.1 # fix for Flask < 2: https://stackoverflow.com/q/71189819 jinja2<3.1.0 # fix for breaking API change: https://stackoverflow.com/a/71721006 -lxml==4.5.0 +lxml==4.9.1 neo4j==4.1.1 python-dotenv==0.10.1 PyYAML==6.0