From d20304557ce871f30e16f5edb68649538ec0e98f Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Mon, 27 Jul 2020 09:03:17 +0100 Subject: [PATCH] Update to aioapns 1.10 for security fixes Signed-off-by: Olivier Wilkinson (reivilibre) --- changelog.d/139.bugfix | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/139.bugfix diff --git a/changelog.d/139.bugfix b/changelog.d/139.bugfix new file mode 100644 index 00000000..ed4c1e0e --- /dev/null +++ b/changelog.d/139.bugfix @@ -0,0 +1 @@ +Update to aioapns 1.10 which has security fixes. diff --git a/setup.py b/setup.py index ac3ca1b9..05f5789a 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def read(fname): install_requires=[ "Twisted>=19.2.1", "prometheus_client>=0.7.0,<0.8", - "aioapns>=1.7", + "aioapns>=1.10", "cryptography>=2.1.4", "pyyaml>=5.1.1", "service_identity>=18.1.0",