diff --git a/proto-lens-runtime.cabal b/proto-lens-runtime.cabal
--- a/proto-lens-runtime.cabal
+++ b/proto-lens-runtime.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           proto-lens-runtime
-version:        0.7.0.5
+version:        0.7.0.6
 description:    Modules that are needed by the Haskell files generated by proto-lens-protoc. For forwards compatibility, we reexport them as new module names so that other packages don't accidentally write non-generated code that relies on these modules being reexported by this package.
 homepage:       https://github.com/google/proto-lens#readme
 bug-reports:    https://github.com/google/proto-lens/issues
@@ -53,10 +53,10 @@
     , Lens.Family2.Unchecked as Data.ProtoLens.Runtime.Lens.Family2.Unchecked
     , Text.Read as Data.ProtoLens.Runtime.Text.Read
   build-depends:
-      base >=4.10 && <4.19
-    , bytestring >=0.10 && <0.12
-    , containers >=0.5 && <0.7
-    , deepseq ==1.4.*
+      base >=4.10 && <4.20
+    , bytestring >=0.10 && <0.13
+    , containers >=0.5 && <0.8
+    , deepseq >=1.4 && <1.6
     , filepath >=1.4 && <1.6
     , lens-family >=1.2 && <2.2
     , proto-lens ==0.7.*
