diff --git a/isomorphism-class.cabal b/isomorphism-class.cabal
--- a/isomorphism-class.cabal
+++ b/isomorphism-class.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name:          isomorphism-class
-version:       0.1.0.11
+version:       0.1.0.12
 synopsis:      Isomorphism typeclass solving the conversion problem
 description:   Lawful typeclass for lossless conversion between types.
 category:      Conversion
@@ -38,8 +38,8 @@
 
   build-depends:
     , base >=4.12 && <5
-    , bytestring >=0.10 && <0.12
-    , containers >=0.6 && <0.7
+    , bytestring >=0.10 && <0.13
+    , containers >=0.6 && <0.8
     , hashable >=1 && <2
     , primitive >=0.7.3 && <0.10
     , text >=1.2 && <2.2
@@ -53,7 +53,7 @@
   main-is:        Main.hs
   other-modules:  Test.ExtraInstances
   build-depends:
-    , bytestring >=0.11.1.0 && <0.12
+    , bytestring >=0.11.1.0 && <0.13
     , isomorphism-class
     , primitive >=0.7.3 && <0.10
     , QuickCheck >=2.13 && <3
