Skip to content

Commit

Permalink
Update to aioapns 1.10 for security fixes (#139)
Browse files Browse the repository at this point in the history
* Update to aioapns 1.10 for security fixes

Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>

* Update changelog.d/139.bugfix

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
  • Loading branch information
reivilibre and richvdh committed Jul 27, 2020
1 parent 7ce5739 commit fee9f85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/139.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update minimum version of `aioapns` dependency to 1.10, which has security fixes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fee9f85

Please sign in to comment.