requirements: Upgrade Python requirements.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit f223251ffe)
This commit is contained in:
Anders Kaseorg
2025-01-13 15:26:37 -08:00
committed by Tim Abbott
parent cd485ef162
commit d28639c08e
18 changed files with 1032 additions and 1066 deletions

View File

@@ -286,9 +286,9 @@ def send_apple_push_notification(
if have_missing_app_id:
devices = [device for device in devices if device.ios_app_id is not None]
async def send_all_notifications() -> (
Iterable[tuple[DeviceToken, aioapns.common.NotificationResult | BaseException]]
):
async def send_all_notifications() -> Iterable[
tuple[DeviceToken, aioapns.common.NotificationResult | BaseException]
]:
requests = [
aioapns.NotificationRequest(
apns_topic=device.ios_app_id,