Skip to content

Commit 47c9c33

Browse files
authored
🔒 Bump twisted version to 20.3.0 (#2135)
Because of a detected vulnerability with prior versions of twisted: **See also**: GHSA-h96w-mmrf-2h6v
1 parent 8670de6 commit 47c9c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/twisted/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
class TwistedRecipe(CythonRecipe):
5-
version = '19.7.0'
5+
version = '20.3.0'
66
url = 'https://github.com/twisted/twisted/archive/twisted-{version}.tar.gz'
77

88
depends = ['setuptools', 'zope_interface', 'incremental', 'constantly']

0 commit comments

Comments
 (0)