diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+0.6.3
+-----
+* Raise upper bounds of dependencies
+
 0.6.2
 -----
 * Fixing build failure of tasty 0.8.1.3
diff --git a/hsimport.cabal b/hsimport.cabal
--- a/hsimport.cabal
+++ b/hsimport.cabal
@@ -1,5 +1,5 @@
 name: hsimport
-version: 0.6.2
+version: 0.6.3
 cabal-version: >=1.9.2
 build-type: Simple
 license: BSD3
@@ -27,7 +27,7 @@
         base >=3 && <5,
         cmdargs >=0.10.5 && <0.11,
         haskell-src-exts >=1.16.0 && <1.17,
-        lens >=3.9.2 && <4.5,
+        lens >=3.9.2 && <4.6,
         mtl >=2.1.2 && <2.3,
         text >=0.11.3.1 && <1.3,
         split >=0.2.2 && <0.3,
