From 2d36a098cff989caa44f8d6ed8f9fe39df0f6af1 Mon Sep 17 00:00:00 2001 From: Muhammad Umar Khan Date: Tue, 7 Jan 2025 19:33:27 +0500 Subject: [PATCH] chore: add pin for urllib3 --- edx_lint/files/common_constraints.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/edx_lint/files/common_constraints.txt b/edx_lint/files/common_constraints.txt index a58adb9..1511019 100644 --- a/edx_lint/files/common_constraints.txt +++ b/edx_lint/files/common_constraints.txt @@ -25,3 +25,7 @@ django-simple-history==3.0.0 # Cause: https://github.com/openedx/edx-lint/issues/458 # This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved. pip<24.3 + +# Cause: https://github.com/openedx/edx-lint/issues/475 +# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved. +urllib3<2.3.0