From b25e1b674c6362eec7114f31ecdeb3081200bb31 Mon Sep 17 00:00:00 2001 From: b_nounours Date: Sat, 1 Jun 2024 18:08:34 +0200 Subject: [PATCH] Fix Bug #9701 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 809721751a67..815494e47e58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -118,7 +118,7 @@ gunicorn = "*" jsonpatch = "*" kubernetes = "*" ldap3 = "*" -lxml = "*" +lxml = "^5.2.2" msgraph-sdk = "*" opencontainers = { extras = ["reggie"], version = "*" } packaging = "*"