From ff0ae065d334483be6c96acadb9f32af4bcb5395 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 3 Sep 2025 18:12:13 +0200 Subject: ♻️ more specific requirement for packaging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 598ba1753..73da7588c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ Jinja2==3.1.2 # old - 2.11 django-extra-views==0.14.0 # old - 0.13 -beautifulsoup4==4.11.2 +beautifulsoup4>=4.11.2,<4.11.3 # old - 4.9.3 markdown==3.4.1 # old - 3.3.4 -- cgit v1.2.3