diff --git a/cabal-plan.cabal b/cabal-plan.cabal
--- a/cabal-plan.cabal
+++ b/cabal-plan.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.2
 name:                cabal-plan
-version:             0.7.2.3
+version:             0.7.3.0
 
 synopsis:            Library and utility for processing cabal's plan.json file
 description: {
@@ -38,8 +38,9 @@
 build-type:          Simple
 
 tested-with:
-  GHC==9.4.1,
-  GHC==9.2.4,
+  GHC==9.6.1,
+  GHC==9.4.4,
+  GHC==9.2.7,
   GHC==9.0.2,
   GHC==8.10.7,
   GHC==8.8.4,
@@ -76,7 +77,7 @@
                        RecordWildCards
   exposed-modules:     Cabal.Plan
 
-  build-depends:       base              ^>= 4.10.0.0 || ^>=4.11.0.0 || ^>=4.12.0.0 || ^>=4.13.0.0 || ^>=4.14.0.0 || ^>=4.15.0.0 || ^>=4.16.0.0 || ^>=4.17.0.0
+  build-depends:       base              ^>= 4.10.0.0 || ^>=4.11.0.0 || ^>=4.12.0.0 || ^>=4.13.0.0 || ^>=4.14.0.0 || ^>=4.15.0.0 || ^>=4.16.0.0 || ^>=4.17.0.0 || ^>=4.18.0.0
                      , aeson             ^>= 2.0.0.0 || ^>=2.1.0.0
                      , bytestring        ^>= 0.10.8.0 || ^>=0.11.1.0
                      , containers        ^>= 0.5.10 || ^>= 0.6.0.1
@@ -111,24 +112,24 @@
                  , directory
 
     -- dependencies which require version bounds
-    build-depends: mtl            ^>= 2.2.2
+    build-depends: mtl            ^>= 2.2.2 || ^>=2.3.1
                  , async          ^>= 2.2.2
                  , ansi-terminal  ^>= 0.11
-                 , base-compat    ^>= 0.12
+                 , base-compat    ^>= 0.13.0
                  , optics-core    ^>= 0.4
                  , optparse-applicative ^>=0.17.0.0
                  , parsec         ^>= 3.1.13
                  , process        ^>= 1.6.1.0
-                 , semialign      ^>= 1.2
+                 , semialign      ^>= 1.3
                  , singleton-bool ^>= 0.1.5
-                 , these          ^>= 1.1
+                 , these          ^>= 1.2
                  , topograph      ^>= 1.0.0.2
-                 , transformers   ^>= 0.5.2.0
+                 , transformers   ^>= 0.5.2.0 || ^>=0.6.1.0
                  , vector         ^>= 0.12.0.1 || ^>=0.13.0.0
 
     if flag(license-report)
-      build-depends: Cabal-syntax    ^>=3.8.1.0
-                   , cabal-install-parsers ^>=0.5
+      build-depends: Cabal-syntax    ^>=3.10.1.0
+                   , cabal-install-parsers ^>=0.6
                    , tar      ^>= 0.5.1.0
                    , zlib     ^>= 0.6.2
                    , filepath ^>= 1.4.1.1
