requirements: Upgrade Django to 4.2.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-04-06 15:31:29 -07:00 committed by Tim Abbott
parent 52266cbd41
commit 2c20028aa4
4 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@
# and requirements/prod.txt.
# See requirements/README.md for more detail.
# Django itself
Django[argon2]==4.1.*
Django[argon2]==4.2.*
# needed for NotRequired, ParamSpec
typing-extensions

View File

@ -514,9 +514,9 @@ distro==1.8.0 \
--hash=sha256:02e111d1dc6a50abb8eed6bf31c3e48ed8b0830d1ea2a1b78c61765c2513fdd8 \
--hash=sha256:99522ca3e365cac527b44bde033f64c6945d90eb9f769703caaec52b09bbd3ff
# via zulip
django[argon2]==4.1.7 \
--hash=sha256:44f714b81c5f190d9d2ddad01a532fe502fa01c4cb8faf1d081f4264ed15dcd8 \
--hash=sha256:f2f431e75adc40039ace496ad3b9f17227022e8b11566f4b363da44c7e44761e
django[argon2]==4.2 \
--hash=sha256:ad33ed68db9398f5dfb33282704925bce044bef4261cd4fb59e4e7f9ae505a78 \
--hash=sha256:c36e2ab12824e2ac36afa8b2515a70c53c7742f0d6eaefa7311ec379558db997
# via
# -r requirements/common.in
# django-auth-ldap

View File

@ -349,9 +349,9 @@ distro==1.8.0 \
--hash=sha256:02e111d1dc6a50abb8eed6bf31c3e48ed8b0830d1ea2a1b78c61765c2513fdd8 \
--hash=sha256:99522ca3e365cac527b44bde033f64c6945d90eb9f769703caaec52b09bbd3ff
# via zulip
django[argon2]==4.1.7 \
--hash=sha256:44f714b81c5f190d9d2ddad01a532fe502fa01c4cb8faf1d081f4264ed15dcd8 \
--hash=sha256:f2f431e75adc40039ace496ad3b9f17227022e8b11566f4b363da44c7e44761e
django[argon2]==4.2 \
--hash=sha256:ad33ed68db9398f5dfb33282704925bce044bef4261cd4fb59e4e7f9ae505a78 \
--hash=sha256:c36e2ab12824e2ac36afa8b2515a70c53c7742f0d6eaefa7311ec379558db997
# via
# -r requirements/common.in
# django-auth-ldap

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 171
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = (230, 1)
PROVISION_VERSION = (231, 0)