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'