diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Revision History
 
+## 0.3.3 (Aug 02 2023)
+* Bump [#17](https://github.com/sthenauth/zxcvbn-hs/pull/17)
+  aeson >=1.3 && <2.2 (latest: 2.2.0.0)
+  hedgehog >=0.6 && <1.3 (latest: 1.3)
+
+
 ## 0.3.2 (June 22, 2023)
 
 + Bump version numbers [#14](https://github.com/sthenauth/zxcvbn-hs/pull/14)
diff --git a/zxcvbn-hs.cabal b/zxcvbn-hs.cabal
--- a/zxcvbn-hs.cabal
+++ b/zxcvbn-hs.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               zxcvbn-hs
-version:            0.3.2
+version:            0.3.3
 synopsis:           Password strength estimation based on zxcvbn.
 license:            MIT
 license-file:       LICENSE
@@ -44,31 +44,31 @@
 --------------------------------------------------------------------------------
 common dependencies
   build-depends:
-    , aeson                 >=1.3  && <2.2
-    , attoparsec            >=0.13 && <0.15
-    , base                  >=4.9  && <5.0
-    , base64-bytestring     >=1.0  && <1.3
-    , binary                >=0.8  && <0.11
-    , binary-instances      >=1    && <2.0
-    , containers            ^>=0.6
-    , fgl                   >=5.7  && <5.9
-    , lens                  >=4.17 && <6
-    , math-functions        ^>=0.3
-    , text                  >=1.2  && <2.1
-    , time                  >=1.8  && <2.0
-    , unordered-containers  ^>=0.2
-    , vector                >=0.12 && <0.14
-    , zlib                  ^>=0.6
+    aeson >=1.3 && <2.2 || ^>=2.2.0.0,
+    attoparsec >=0.13 && <0.15,
+    base >=4.9 && <5.0,
+    base64-bytestring >=1.0 && <1.3,
+    binary >=0.8 && <0.11,
+    binary-instances >=1 && <2.0,
+    containers ^>=0.6,
+    fgl >=5.7 && <5.9,
+    lens >=4.17 && <6,
+    math-functions ^>=0.3,
+    text >=1.2 && <2.1,
+    time >=1.8 && <2.0,
+    unordered-containers ^>=0.2,
+    vector >=0.12 && <0.14,
+    zlib ^>=0.6
 
 --------------------------------------------------------------------------------
 common tool-dependencies
   build-depends:
-    , filepath              ^>=1.4
-    , mtl                   >=2.2 && <2.4.0
-    , optparse-applicative  >=0.14 && <0.18
-    , pipes                 ^>=4.3
-    , pipes-safe            ^>=2.3
-    , pipes-text            >=0.0  && <1.1
+    filepath ^>=1.4,
+    mtl >=2.2 && <2.4.0,
+    optparse-applicative >=0.14 && <0.18,
+    pipes ^>=4.3,
+    pipes-safe ^>=2.3,
+    pipes-text >=0.0 && <1.1
 
 --------------------------------------------------------------------------------
 library
@@ -130,11 +130,11 @@
   hs-source-dirs: test
   main-is:        Main.hs
   build-depends:
-    , hedgehog        >=0.6  && <1.3
-    , tasty           >=1.1  && <1.5
-    , tasty-hedgehog  >=0.2  && <2
-    , tasty-hunit     ^>=0.10
-    , zxcvbn-hs
+    hedgehog >=0.6 && <1.3 || ^>=1.3,
+    tasty >=1.1 && <1.5,
+    tasty-hedgehog >=0.2 && <2,
+    tasty-hunit ^>=0.10,
+    zxcvbn-hs
 
   other-modules:
     Zxcvbn.Adjacency
@@ -153,5 +153,5 @@
   main-is:          Main.hs
   ghc-prof-options: -rtsopts
   build-depends:
-    , criterion  >=1.5 && <1.7
-    , zxcvbn-hs
+    criterion >=1.5 && <1.7,
+    zxcvbn-hs
