From 5cd0f6686baac9c76544502f4aea0f2468e48bd6 Mon Sep 17 00:00:00 2001 From: farhan Date: Mon, 22 Apr 2024 16:21:29 +0500 Subject: [PATCH] chore: remove lxml constraint --- requirements/constraints.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 4cba57814..3bb18ffde 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -14,4 +14,3 @@ # diff-cover latest requires (pluggy>=0.13.1,<0.14.0) which conflicts with pytest which requires(pluggy>=0.12,<2.0.0) # Using the same version of diff-cover which is being used currently in edx-platform to avoid this conflict. diff-cover==4.0.0 -lxml<5.0.0