From da6595d003b67f0262c6ce85c965488459f71089 Mon Sep 17 00:00:00 2001 From: Teklia Bot <bot@teklia.com> Date: Mon, 8 Jan 2024 11:03:34 +0000 Subject: [PATCH] Bump Python requirement lxml to 5.1.0 --- base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/requirements.txt b/base/requirements.txt index 45e9e466e9..9bf07c16d7 100644 --- a/base/requirements.txt +++ b/base/requirements.txt @@ -2,5 +2,5 @@ boto3==1.18.13 cryptography==3.4.7 Django==4.1.7 ed25519==1.5 -lxml==4.9.2 +lxml==5.1.0 psycopg2-binary==2.9.1 -- GitLab