commit 43e931fa49c548d1f29c8c235a21fbd1f571ae19 Author: Philipp Winter phw@nymity.ch Date: Tue Mar 31 13:28:45 2020 -0700
Upgrade Twisted to fix CVE-2020-10108. --- .travis.requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.requirements.txt b/.travis.requirements.txt index 1a1d7ff..8308ce2 100644 --- a/.travis.requirements.txt +++ b/.travis.requirements.txt @@ -18,7 +18,7 @@ Babel==2.8.0 beautifulsoup4==4.8.2 Mako==1.1.1 pycryptodome==3.9.6 -Twisted==19.10.0 +Twisted==20.3.0 coverage==5.0.3 coveralls==1.10.0 gnupg==2.3.1 diff --git a/requirements.txt b/requirements.txt index eed4889..ef72ed5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ beautifulsoup4==4.8.2 html5lib==1.0b8 Mako==1.1.1 pycryptodome==3.9.6 -Twisted==19.10.0 +Twisted==20.3.0 gnupg==2.3.1 ipaddr==2.2.0 Pillow==6.2.2
tor-commits@lists.torproject.org