diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-02-16 Facundo Domínguez <facundo.dominguez@tweag.io> 0.1.3.2
+
+* Update dependency bounds.
+
 2015-06-15 Facundo Domínguez <facundo.dominguez@tweag.io> 0.1.3
 
 * Add compatibility with ghc-7.10.
diff --git a/distributed-process-supervisor.cabal b/distributed-process-supervisor.cabal
--- a/distributed-process-supervisor.cabal
+++ b/distributed-process-supervisor.cabal
@@ -1,5 +1,5 @@
 name:           distributed-process-supervisor
-version:        0.1.3.1
+version:        0.1.3.2
 cabal-version:  >=1.8
 build-type:     Simple
 license:        BSD3
@@ -33,7 +33,7 @@
   build-depends:
                    base >= 4.4 && < 5,
                    data-accessor >= 0.2.2.3,
-                   distributed-process >= 0.5.3 && < 0.6,
+                   distributed-process >= 0.5.3 && < 0.7,
                    distributed-process-extras >= 0.2.0 && < 0.3,
                    distributed-process-client-server >= 0.1.2 && < 0.2,
                    binary >= 0.6.3.0 && < 0.8,
@@ -67,7 +67,7 @@
                    containers,
                    unordered-containers,
                    hashable,
-                   distributed-process >= 0.5.3 && < 0.6,
+                   distributed-process >= 0.5.3 && < 0.7,
                    distributed-process-supervisor,
                    distributed-process-extras,
                    distributed-process-client-server,
@@ -77,7 +77,7 @@
                    fingertree < 0.2,
                    network-transport >= 0.4 && < 0.5,
                    mtl,
-                   network-transport-tcp >= 0.4 && < 0.5,
+                   network-transport-tcp >= 0.4 && < 0.6,
                    binary >= 0.6.3.0 && < 0.8,
                    deepseq >= 1.3.0.1 && < 1.5,
                    network >= 2.3 && < 2.7,
