requirements: Upgrade Python requirements.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-06-27 11:17:17 -07:00
committed by Tim Abbott
parent 997dbcd5d9
commit b115d44b6a
16 changed files with 845 additions and 857 deletions

View File

@@ -1083,7 +1083,7 @@ def get_apns_badge_count_future(
# we expect to use this once we resolve client-side bugs.
return (
UserMessage.objects.filter(user_profile=user_profile)
.extra(where=[UserMessage.where_active_push_notification()])
.extra(where=[UserMessage.where_active_push_notification()]) # noqa: S610
.exclude(
# If we've just marked some messages as read, they're still
# marked as having active notifications; we'll clear that flag