mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
requirements: Upgrade Python requirements.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit 0d1ed06762
)
This commit is contained in:
committed by
Tim Abbott
parent
e3b695f27b
commit
471282fd24
@@ -6,7 +6,7 @@
|
||||
-r pip.in
|
||||
|
||||
# Django itself
|
||||
Django[argon2]==4.2.*
|
||||
https://github.com/django/django/archive/27c32cc9916502132a57cd2a60b1402869e00537.zip#egg=Django[argon2]==4.2.12.dev+git # https://code.djangoproject.com/ticket/35361
|
||||
asgiref<3.8.0 # Breaks with https://github.com/django/asgiref/pull/367
|
||||
|
||||
# needed for NotRequired, ParamSpec
|
||||
|
1137
requirements/dev.txt
1137
requirements/dev.txt
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 237
|
||||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (262, 0)
|
||||
PROVISION_VERSION = (262, 1) # last bumped 2024-04-10 for Python requirements upgrade
|
||||
|
Reference in New Issue
Block a user