diff --git a/Unique.cabal b/Unique.cabal
--- a/Unique.cabal
+++ b/Unique.cabal
@@ -1,6 +1,6 @@
 name:                Unique
 
-version:             0.4.7.5
+version:             0.4.7.6
 
 synopsis:            It provides the functionality like unix "uniq" utility
 description:         Library provides the functions to find unique and duplicate elements in the list
@@ -28,7 +28,7 @@
                         Data.List.UniqueUnsorted
 
   build-depends:         base                 >= 4.0 && < 5
-                       , containers           >= 0.5.0 && < 0.6
+                       , containers           >= 0.5.0 && < 0.7
                        , extra                >= 1.6.2 && < 1.7
                        , hashable             >= 1.2.6 && < 1.3
                        , unordered-containers >= 0.2.8 && < 0.3
@@ -59,8 +59,8 @@
 
   build-depends:       base          >= 4.0 && < 5
                      , hspec
-                     , containers    >= 0.5.0 && < 0.6
-                     , QuickCheck    >= 2.10 && <2.12
+                     , containers    >= 0.5.0 && < 0.7
+                     , QuickCheck    >= 2.10 && <2.13
                      , Unique
 
   default-language:    Haskell2010
@@ -74,7 +74,7 @@
   build-depends:       base          >= 4.0 && < 5
                      , Unique
                      , criterion
-                     , QuickCheck    >= 2.10 && <2.12
+                     , QuickCheck    >= 2.10 && <2.13
                      , quickcheck-instances
                      , bytestring
                      , hashable
