requirements: Upgrade Python requirements.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit 0d1ed06762)
This commit is contained in:
Anders Kaseorg
2024-04-10 14:56:20 -07:00
committed by Tim Abbott
parent e3b695f27b
commit 471282fd24
4 changed files with 1157 additions and 899 deletions

View File

@@ -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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -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