diff --git a/cabal-sort.cabal b/cabal-sort.cabal
--- a/cabal-sort.cabal
+++ b/cabal-sort.cabal
@@ -1,6 +1,6 @@
 Cabal-Version:    2.2
 Name:             cabal-sort
-Version:          0.1.2
+Version:          0.1.2.1
 License:          BSD-3-Clause
 License-File:     LICENSE
 Author:           Henning Thielemann <haskell@henning-thielemann.de>
@@ -90,18 +90,18 @@
 Source-Repository this
   type:     darcs
   location: https://hub.darcs.net/thielema/cabal-sort/
-  tag:      0.1.2
+  tag:      0.1.2.1
 
 
 Executable cabal-sort
   Build-Depends:
-    Cabal >=3.8 && <3.11,
+    Cabal >=3.8 && <3.13,
     comfort-graph >=0.0.4 && <0.1,
     shell-utility >=0.1 && <0.2,
     optparse-applicative >=0.18 && <0.19,
     directory >=1 && <1.4,
-    filepath >=1.1 && <1.5,
-    containers >=0.2 && <0.7,
+    filepath >=1.1 && <1.6,
+    containers >=0.2 && <0.8,
     explicit-exception >=0.1.4 && <0.3,
     transformers >=0.2 && <0.7,
     base >=2 && <5
@@ -113,11 +113,11 @@
 
 Executable ghc-pkg-dep
   Build-Depends:
-    Cabal >=1.22 && <3.11,
+    Cabal >=1.22 && <3.13,
     shell-utility >=0.1 && <0.2,
     optparse-applicative >=0.18 && <0.19,
     process >=1.0 && <1.7,
-    containers >=0.2 && <0.7,
+    containers >=0.2 && <0.8,
     explicit-exception >=0.1.6 && <0.3,
     non-empty >=0.3.3 && <0.4,
     utility-ht >=0.0.12 && <0.1,
