requirements: Upgrade Django from 5.1.10 to 5.2.3.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-06-10 10:47:24 -07:00
committed by Tim Abbott
parent 927ea011d3
commit 24e8ba97cb
3 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ requires-python = ">=3.10"
[dependency-groups]
prod = [
# Django itself
"django[argon2]==5.1.*",
"django[argon2]==5.2.*",
"asgiref", # https://github.com/django/asgiref/pull/494
# needed for NotRequired, ParamSpec