diff --git a/linear.cabal b/linear.cabal
--- a/linear.cabal
+++ b/linear.cabal
@@ -1,6 +1,6 @@
 name:          linear
 category:      Math, Algebra
-version:       0.9.1
+version:       0.9.2
 license:       BSD3
 cabal-version: >= 1.8
 license-file:  LICENSE
@@ -31,7 +31,7 @@
 library
   build-depends:
     base             >= 4.5 && < 5,
-    containers       >= 0.4 && < 0.5,
+    containers       >= 0.4 && < 0.6,
     distributive     >= 0.2.2,
     hashable         >= 1.1 && < 1.3,
     semigroups       >= 0.9,
@@ -64,7 +64,7 @@
   main-is: doctests.hs
   build-depends:
     base,
-    directory >= 1.0 && < 1.2,
+    directory >= 1.0 && < 1.3,
     doctest   >= 0.8 && < 0.10,
     filepath  >= 1.3 && < 1.4,
     lens      >= 3.7,
