diff --git a/lxd-client.cabal b/lxd-client.cabal
--- a/lxd-client.cabal
+++ b/lxd-client.cabal
@@ -1,5 +1,5 @@
 name:                lxd-client
-version:             0.1.0.4
+version:             0.1.0.5
 synopsis:            LXD client written in Haskell.
 description:
     Implementation of the LXD client protocol in Haskell.
@@ -88,7 +88,7 @@
                      , hspec-core       >= 2.4.4 && <3
                      , random           >= 1.1 && <2
                      , text
-                     , turtle           >= 1.3.6 && <1.5
+                     , turtle           >= 1.3.6 && <1.6
                      , uuid             >= 1.3.13 && <2
   ghc-options:         -threaded -rtsopts -with-rtsopts=-N -Wall
   default-extensions:  NoImplicitPrelude OverloadedStrings
