requirements: Upgrade asgiref.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-02-14 14:54:36 -08:00
committed by Tim Abbott
parent 3867d29ac8
commit ba43cd1514
4 changed files with 6 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
# Django itself
Django[argon2]==5.0.*
asgiref<3.8.0 # Breaks with https://github.com/django/asgiref/pull/367
https://github.com/andersk/asgiref/archive/8a2717c14bce1b8dd37371c675ee3728e66c3fe3.zip#egg=asgiref==3.8.1+git # https://github.com/django/asgiref/pull/494
# needed for NotRequired, ParamSpec
typing-extensions

View File

@@ -155,9 +155,8 @@ arrow==1.3.0 \
--hash=sha256:c728b120ebc00eb84e01882a6f5e7927a53960aa990ce7dd2b10f39005a67f80 \
--hash=sha256:d4540617648cb5f895730f1ad8c82a65f2dad0166f57b75f3ca54759c4d67a85
# via gitlint-core
asgiref==3.7.2 \
--hash=sha256:89b2ef2247e3b562a16eef663bc0e2e703ec6468e2fa8a5cd61cd449786d4f6e \
--hash=sha256:9e0ce3aa93a819ba5b45120216b23878cf6e8525eb3848653452b4192b92afed
https://github.com/andersk/asgiref/archive/8a2717c14bce1b8dd37371c675ee3728e66c3fe3.zip#egg=asgiref==3.8.1+git \
--hash=sha256:cf6ca7018a0f71c116ddde28c1c68bbfefeb4abdef4e56458811348ae9c10c9b
# via
# -r requirements/common.in
# django

View File

@@ -146,9 +146,8 @@ argon2-cffi-bindings==21.2.0 \
--hash=sha256:f1152ac548bd5b8bcecfb0b0371f082037e47128653df2e8ba6e914d384f3c3e \
--hash=sha256:f9f8b450ed0547e3d473fdc8612083fd08dd2120d6ac8f73828df9b7d45bb351
# via argon2-cffi
asgiref==3.7.2 \
--hash=sha256:89b2ef2247e3b562a16eef663bc0e2e703ec6468e2fa8a5cd61cd449786d4f6e \
--hash=sha256:9e0ce3aa93a819ba5b45120216b23878cf6e8525eb3848653452b4192b92afed
https://github.com/andersk/asgiref/archive/8a2717c14bce1b8dd37371c675ee3728e66c3fe3.zip#egg=asgiref==3.8.1+git \
--hash=sha256:cf6ca7018a0f71c116ddde28c1c68bbfefeb4abdef4e56458811348ae9c10c9b
# via
# -r requirements/common.in
# django

View File

@@ -49,4 +49,4 @@ API_FEATURE_LEVEL = 353 # Last bumped for Zoom server to server video chat opti
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = (311, 0) # bumped 2024-01-29 to upgrade JavaScript dependencies
PROVISION_VERSION = (312, 0) # bumped 2024-02-14 to upgrade asgiref