← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~pappacena/turnip:upgrade-twisted into turnip:master

 

Thiago F. Pappacena has proposed merging ~pappacena/turnip:upgrade-twisted into turnip:master.

Commit message:
Upgrading Twisted and it's dependencies for better compatibility with python 3.

Dependencies MP: https://code.launchpad.net/~pappacena/turnip/+git/turnip-dependencies/+merge/380165

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~pappacena/turnip/+git/turnip/+merge/380166
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~pappacena/turnip:upgrade-twisted into turnip:master.
diff --git a/requirements.txt b/requirements.txt
index b706f3c..8e4796f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
 appdirs==1.4.3
-asn1crypto==0.24.0
+asn1crypto==1.3.0
 attrs==17.4.0
 Automat==0.6.0
 beautifulsoup4==4.3.2
@@ -7,9 +7,9 @@ cffi==1.11.4
 constantly==15.1.0
 contextlib2==0.4.0
 cornice==0.19.0
-cryptography==2.1.4
+cryptography==2.4.2
 docutils==0.14
-enum34==1.1.6
+enum34==1.1.9
 envdir==0.7
 extras==0.0.3
 fixtures==1.0.0
@@ -19,7 +19,7 @@ gunicorn==19.3.0
 hyperlink==18.0.0
 idna==2.6
 incremental==17.5.0
-ipaddress==1.0.19
+ipaddress==1.0.23
 lazr.sshserver==0.1.8
 linecache2==1.0.0
 m2r==0.1.14
@@ -48,7 +48,7 @@ six==1.9.0
 testtools==1.8.1
 traceback2==1.4.0
 translationstring==1.3
-Twisted[conch]==18.4.0
+Twisted[conch]==18.9.0
 unittest2==1.0.1
 venusian==1.0
 waitress==0.8.9
@@ -57,4 +57,4 @@ WebTest==2.0.18
 zope.component==4.2.1
 zope.deprecation==4.1.2
 zope.event==4.0.3
-zope.interface==4.5.0
+zope.interface==4.7.1

Follow ups