diff --git a/shellify.cabal b/shellify.cabal
--- a/shellify.cabal
+++ b/shellify.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               shellify
-version:            0.10.0
+version:            0.10.0.1
 
 author: Daniel Rolls
 maintainer: daniel.rolls.27@googlemail.com
@@ -18,9 +18,9 @@
 common deps
     default-language: GHC2021
     build-depends:
-        base >=4.16.4.0 && <4.17,
+        base >=4.16.4.0 && <4.19,
         raw-strings-qq >=1.1 && <1.2,
-        text >=1.2.5.0 && <1.3
+        text >=1.2.5.0 && <2.1
 
     default-extensions:
         LambdaCase
@@ -46,7 +46,7 @@
         directory >=1.3.6.2 && <1.4,
         extra >=1.7.13 && <1.8,
         HStringTemplate >=0.8.8 && <0.9,
-        mtl >=2.2.2 && <2.3,
+        mtl >=2.2.2 && <2.4,
         shake >=0.19.7 && <0.20,
         unordered-containers >=0.2.19.1 && <0.3
 
@@ -66,7 +66,7 @@
         Paths_shellify
     ghc-options: -threaded -rtsopts -with-rtsopts=-N
     build-depends:
-        hspec >=2.9.7 && <2.10,
-        hspec-core >=2.9.7 && <2.10,
+        hspec >=2.9.7 && <2.12,
+        hspec-core >=2.9.7 && <2.12,
         shellify >=0
 
