requirements: Upgrade Django from 5.0.10 to 5.1.6.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-02-14 14:54:44 -08:00
committed by Tim Abbott
parent 22efac5a77
commit dd99ed019a
8 changed files with 12 additions and 12 deletions

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 = (312, 0) # bumped 2024-02-14 to upgrade asgiref
PROVISION_VERSION = (313, 0) # bumped 2024-02-14 to upgrade Django