From e5694c497bba433f29fc0dfb831b29623b9628af Mon Sep 17 00:00:00 2001 From: Teklia Bot <bot@teklia.com> Date: Wed, 5 Jun 2024 14:20:28 +0000 Subject: [PATCH] Bump Python requirement lxml to 5.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbb8943a..0eeea802 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "flashlight-text==0.0.7", "imageio==2.26.1", "imagesize==1.4.1", - "lxml==5.2.0", + "lxml==5.2.1", "matplotlib==3.8.3", "mdutils==1.6.0", "nltk==3.8.1", -- GitLab