Update django-guardian requirement in the optional group (#9911)

This commit is contained in:
dependabot[bot] 2026-03-03 23:56:14 +01:00 committed by GitHub
parent f56ec9546c
commit c7919c3895
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,7 +66,7 @@ optional = [
"coreapi==2.3.3",
"coreschema==0.0.4",
"django-filter",
"django-guardian>=2.4.0,<3.3",
"django-guardian>=2.4.0,<3.4",
"inflection==0.5.1",
"legacy-cgi; python_version>='3.13'",
"markdown>=3.3.7",