Relax upper bounds of django-taggit (<7) and beautifulsoup (<5)

Fixes #12884
stable/6.4.x
Matt Westcott 2025-02-19 17:20:05 +00:00 zatwierdzone przez Sage Abdullah
rodzic 6555b6616b
commit aa8d55b0cb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB1A33CC51CC0217
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -22,13 +22,13 @@ install_requires = [
"Django>=4.2,<6.0",
"django-modelcluster>=6.2.1,<7.0",
"django-permissionedforms>=0.1,<1.0",
"django-taggit>=5.0,<6.2",
"django-taggit>=5.0,<7",
"django-treebeard>=4.5.1,<5.0",
"djangorestframework>=3.15.1,<4.0",
"django-filter>=23.3",
"draftjs_exporter>=2.1.5,<6.0",
"Pillow>=9.1.0,<12.0.0",
"beautifulsoup4>=4.8,<4.13",
"beautifulsoup4>=4.8,<5",
"Willow[heif]>=1.8.0,<2",
"requests>=2.11.1,<3.0",
"openpyxl>=3.0.10,<4.0",