From 8e74b57ee087481548dca49fddd134516a7a65e6 Mon Sep 17 00:00:00 2001 From: Alexander Hansson Date: Mon, 8 May 2023 17:08:36 +0200 Subject: MLBEDSW-7546: Update lxml version to >= 4.5.2 - Python 3.9 requires lxml version >= 4.5.2 Signed-off-by: Alexander Hansson Change-Id: I74f8f0bc0020e643779f2f52e4f6a7fdf6de4d67 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 9332a3ff..fbb72048 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "flatbuffers==2.0.7", "numpy<=1.21.3; python_version<='3.7'", "numpy; python_version>'3.7'", - "lxml>=4.5.1" + "lxml>=4.5.2" ] dynamic = ["readme", "version"] -- cgit v1.2.1