From 47c9c33f522d0ec6fa4a654ac661bdbce7bc79b5 Mon Sep 17 00:00:00 2001 From: Pol Canelles Date: Wed, 8 Apr 2020 12:15:09 +0200 Subject: [PATCH] :lock: Bump twisted version to `20.3.0` (#2135) Because of a detected vulnerability with prior versions of twisted: **See also**: https://github.com/advisories/GHSA-h96w-mmrf-2h6v --- pythonforandroid/recipes/twisted/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonforandroid/recipes/twisted/__init__.py b/pythonforandroid/recipes/twisted/__init__.py index 0350ed7949..02d532a07c 100644 --- a/pythonforandroid/recipes/twisted/__init__.py +++ b/pythonforandroid/recipes/twisted/__init__.py @@ -2,7 +2,7 @@ class TwistedRecipe(CythonRecipe): - version = '19.7.0' + version = '20.3.0' url = 'https://github.com/twisted/twisted/archive/twisted-{version}.tar.gz' depends = ['setuptools', 'zope_interface', 'incremental', 'constantly']