--- a/tasty-hedgehog.cabal
+++ b/tasty-hedgehog.cabal
@@ -1,5 +1,6 @@
 name:                tasty-hedgehog
 version:             1.4.0.2
+x-revision: 8
 license:             BSD3
 license-file:        LICENCE
 author:              Dave Laing
@@ -21,10 +22,10 @@ source-repository   head
 
 library
   exposed-modules:     Test.Tasty.Hedgehog
-  build-depends:       base >= 4.8 && <4.19
+  build-depends:       base >= 4.8 && <4.23
                      , tagged >= 0.8 && < 0.9
-                     , tasty >= 0.11 && < 1.5
-                     , hedgehog >= 1.4 && < 1.5
+                     , tasty >= 0.11 && < 1.6
+                     , hedgehog >= 1.4 && < 1.8
   hs-source-dirs:      src
   ghc-options:         -Wall
   default-language:    Haskell2010
@@ -33,10 +34,10 @@ test-suite tasty-hedgehog-tests
   type:                exitcode-stdio-1.0
   main-is:             Main.hs
   hs-source-dirs:      test
-  build-depends:       base >= 4.8 && <4.19
-                     , tasty >= 0.11 && < 1.5
+  build-depends:       base >= 4.8 && <4.23
+                     , tasty >= 0.11 && < 1.6
                      , tasty-expected-failure >= 0.11 && < 0.13
-                     , hedgehog >= 1.4 && < 1.5
+                     , hedgehog >= 1.4 && < 1.8
                      , tasty-hedgehog
   ghc-options:         -Wall
   default-language:    Haskell2010
