Index: b/cabal-install.cabal
===================================================================
--- a/cabal-install.cabal
+++ b/cabal-install.cabal
@@ -2,6 +2,7 @@ Cabal-Version:      3.0
 
 Name:               cabal-install
 Version:            3.12.1.0
+x-revision: 4
 Synopsis:           The command-line interface for Cabal and Hackage.
 Description:
     The \'cabal\' command-line program simplifies the process of managing
@@ -51,7 +52,7 @@ common warnings
       ghc-options: -Wunused-packages
 
 common base-dep
-    build-depends: base >=4.11 && <4.21
+    build-depends: base >=4.11 && <4.23
 
 common cabal-dep
     build-depends: Cabal ^>=3.12.1.0
@@ -230,8 +231,8 @@ library
         edit-distance >= 0.2.2 && < 0.3,
         exceptions >= 0.10.4   && < 0.11,
         filepath   >= 1.4.0.0  && < 1.6,
-        hashable   >= 1.0      && < 1.5,
-        HTTP       >= 4000.1.5 && < 4000.5,
+        hashable   >= 1.0      && < 1.6,
+        HTTP       >= 4000.1.5 && < 4000.6,
         mtl        >= 2.0      && < 2.4,
         network-uri >= 2.6.0.2 && < 2.7,
         pretty     >= 1.1      && < 1.2,
@@ -244,7 +245,7 @@ library
         hackage-security >= 0.6.2.6 && < 0.7,
         text       >= 1.2.3    && < 1.3 || >= 2.0 && < 2.2,
         parsec     >= 3.1.13.0 && < 3.2,
-        open-browser >= 0.2.1.0 && < 0.3,
+        open-browser >= 0.2.1.0 && < 0.5,
         regex-base  >= 0.94.0.0 && <0.95,
         regex-posix >= 0.96.0.0 && <0.97,
         safe-exceptions >= 0.1.7.0 && < 0.2,
