diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for greskell-core
 
+## 1.0.0.7  -- 2026-04-21
+
+- Bump dependency version bounds.
+
 ## 1.0.0.6  -- 2025-06-18
 
 * Fix build-depends.
diff --git a/greskell-core.cabal b/greskell-core.cabal
--- a/greskell-core.cabal
+++ b/greskell-core.cabal
@@ -1,5 +1,5 @@
 name:                   greskell-core
-version:                1.0.0.6
+version:                1.0.0.7
 author:                 Toshio Ito <debug.ito@gmail.com>
 maintainer:             Toshio Ito <debug.ito@gmail.com>
 license:                BSD3
@@ -30,7 +30,7 @@
                         Data.Greskell.AsIterator
   other-modules:        Data.Greskell.GraphSON.GraphSONTyped,
                         Data.Greskell.GraphSON.Core
-  build-depends:        base ^>=4.13.0 || ^>=4.14.0 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.0,
+  build-depends:        base ^>=4.13.0 || ^>=4.14.0 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.0 || ^>=4.22.0,
                         aeson ^>=2.0.2 || ^>=2.1.0 || ^>=2.2.3,
                         unordered-containers ^>=0.2.15,
                         hashable ^>=1.4.0 || ^>=1.5.0,
@@ -38,7 +38,7 @@
                         text ^>=1.2.3 || ^>=2.0.2 || ^>=2.1,
                         semigroups ^>=0.20,
                         vector ^>=0.12.3 || ^>=0.13.0,
-                        containers ^>=0.6.2 || ^>=0.7,
+                        containers ^>=0.6.2 || ^>=0.7 || ^>=0.8,
                         uuid ^>=1.3.15,
                         bytestring ^>=0.10.9 || ^>=0.11.3 || ^>=0.12.0
 
@@ -56,7 +56,7 @@
                         Data.Greskell.Test.QuickCheck,
                         ExamplesSpec
   build-tool-depends:   hspec-discover:hspec-discover
-  build-depends:        base ^>=4.13.0 || ^>=4.14.0 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.0,
+  build-depends:        base ^>=4.13.0 || ^>=4.14.0 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.0 || ^>=4.22.0,
                         text ^>=1.2.3 || ^>=2.0.2 || ^>=2.1,
                         aeson ^>=2.0.2 || ^>=2.1.0 || ^>=2.2.3,
                         unordered-containers ^>=0.2.15,
@@ -64,7 +64,7 @@
                         bytestring ^>=0.10.9 || ^>=0.11.3 || ^>=0.12.0,
                         greskell-core,
                         hspec ^>=2.9.1 || ^>=2.10.6 || ^>=2.11.9,
-                        QuickCheck ^>=2.14.2 || ^>=2.15.0 || ^>=2.16.0
+                        QuickCheck ^>=2.14.2 || ^>=2.15.0 || ^>=2.16.0 || ^>=2.18.0
 
 source-repository head
   type:                 git
