diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,10 @@
 # Revision history for wild-bind
 
+## 0.1.2.10  -- 2024-09-25
+
+* Update the dependency version bounds, generated by cabal-plan-bounds and GitHub Workflow.
+  Now it adds support for some new dependency versions, but drop support for some old versions.
+
 ## 0.1.2.9  -- 2022-11-28
 
 * Confirm test with ghc-9.2.5.
diff --git a/wild-bind.cabal b/wild-bind.cabal
--- a/wild-bind.cabal
+++ b/wild-bind.cabal
@@ -1,5 +1,5 @@
 name:                   wild-bind
-version:                0.1.2.9
+version:                0.1.2.10
 author:                 Toshio Ito <debug.ito@gmail.com>
 maintainer:             Toshio Ito <debug.ito@gmail.com>
 license:                BSD3
@@ -7,7 +7,7 @@
 synopsis:               Dynamic key binding framework
 description:            Dynamic key binding framework. See <https://github.com/debug-ito/wild-bind>
 category:               UserInterface
-cabal-version:          >= 1.10
+cabal-version:          2.0
 build-type:             Simple
 extra-source-files:     README.md, ChangeLog.md
 homepage:               https://github.com/debug-ito/wild-bind
@@ -26,11 +26,11 @@
                         WildBind.Input.NumPad,
                         WildBind.Seq
   -- other-modules:        
-  build-depends:        base >=4.6 && <4.17,
-                        text >=1.2.0 && <1.3,
-                        containers >=0.5.0 && <0.7,
-                        transformers >=0.3.0 && <0.6,
-                        semigroups >=0.16.2.2 && <0.21
+  build-depends:        base ^>=4.14.3 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0,
+                        text ^>=1.2.4 || ^>=2.0.1 || ^>=2.1,
+                        containers ^>=0.6.4 || ^>=0.7,
+                        transformers ^>=0.5.6 || ^>=0.6.1,
+                        semigroups ^>=0.20
 
 -- executable wild-bind
 --   default-language:     Haskell2010
@@ -53,11 +53,13 @@
                         WildBind.SeqSpec,
                         WildBind.ForTest
   build-tool-depends:   hspec-discover:hspec-discover
-  build-depends:        base, wild-bind, transformers,
-                        hspec >=2.1.7,
-                        QuickCheck >=2.6 && <3.0,
-                        stm >=2.4.2 && <2.6,
-                        microlens >=0.2.0 && <0.5
+  build-depends:        base ^>=4.14.3 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0,
+                        wild-bind,
+                        transformers ^>=0.5.6 || ^>=0.6.1,
+                        hspec ^>=2.9.1 || ^>=2.10.6 || ^>=2.11.9,
+                        QuickCheck ^>=2.14.2 || ^>=2.15.0,
+                        stm ^>=2.5.0,
+                        microlens ^>=0.4.12
 
 source-repository head
   type:                 git
