requirements: Upgrade django-cte from 1.3.3 to 2.0.0.dev.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-06-10 11:02:22 -07:00
committed by Tim Abbott
parent b3f218bc41
commit 4e31948f90
8 changed files with 33 additions and 33 deletions

View File

@@ -169,7 +169,7 @@ prod = [
"google-re2",
# For querying recursive group membership
"django-cte",
"django-cte>=2.0.0.dev20250610173146", # https://github.com/dimagi/django-cte/pull/116
# SCIM integration
"django-scim2",