mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
requirements: Upgrade Django from 5.1.10 to 5.2.3.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
927ea011d3
commit
24e8ba97cb
@@ -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
|
||||
|
Reference in New Issue
Block a user