From 2a6f4f2951fb489291dd423cb2a3b7676cea6c17 Mon Sep 17 00:00:00 2001 From: Justin Hynes Date: Tue, 3 Dec 2024 19:33:25 +0000 Subject: [PATCH] chore: remove `lxml` constraint The `edx-i18n-tools` package has been upgraded and we no longer need this constraint. Relevant `edx-i18n-tools` PR: https://github.com/openedx/i18n-tools/pull/146. --- requirements/constraints.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 56ce69d9c..844ea2aa9 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -11,11 +11,6 @@ # Common constraints for edx repos -c common_constraints.txt -# Pinning lxml to < 5.2 as edx-i18n-tools package needs to be updated. -# Release notes: https://pypi.org/project/lxml/5.2.0/ -# Github issue: https://github.com/openedx/i18n-tools/issues/144 -lxml<5.2 - # Pinning edx-django-utils to <6 # v6 drops support for python versions <3.12 # Changelog: https://github.com/openedx/edx-django-utils/blob/master/CHANGELOG.rst#600---2024-10-09