From 60761efa052b967aa2858c9e88c0a18b823c128a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jirka=20Sch=C3=A4fer?= Date: Thu, 15 Aug 2024 11:24:38 +0200 Subject: [PATCH] upgrade aioapns --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 071854f..c7aabce 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ install_requires=[ 'Django>=3.2.9,<4.2', 'cryptography>=2.4.2', - 'aioapns~=2.2', + 'aioapns~=3.3', 'pyopenssl', 'djangorestframework>=3.8', 'python-dateutil'