Skip to content

Commit

Permalink
🔒 Bump twisted version to 20.3.0 (#2135)
Browse files Browse the repository at this point in the history
Because of a detected vulnerability with prior versions of twisted:

**See also**: GHSA-h96w-mmrf-2h6v
  • Loading branch information
opacam authored Apr 8, 2020
1 parent 8670de6 commit 47c9c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonforandroid/recipes/twisted/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 47c9c33

Please sign in to comment.