diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-10-30  David Simmons-Duffin <dsd@caltech.edu> 0.3.8
+
+* Bump dependency bound for ansi-terminal
+
 2024-10-30 Laurent P. René de Cotret <laurent.decotret@outlook.com> 0.3.7
 
 * Removed dependency on `rematch` (#459)
diff --git a/distributed-process-extras.cabal b/distributed-process-extras.cabal
--- a/distributed-process-extras.cabal
+++ b/distributed-process-extras.cabal
@@ -1,6 +1,6 @@
 cabal-version:  3.0
 name:           distributed-process-extras
-version:        0.3.7
+version:        0.3.8
 build-type:     Simple
 license:        BSD-3-Clause
 license-file:   LICENCE
@@ -72,7 +72,7 @@
   x-uses-tf:       true
   build-depends:
                    base >= 4.14 && < 5,
-                   ansi-terminal >= 0.5 && < 0.9,
+                   ansi-terminal >= 0.5 && < 1.2,
                    distributed-process >= 0.6.0 && < 0.8,
                    distributed-process-extras,
                    distributed-process-systest ^>= 0.4,
@@ -94,7 +94,7 @@
   x-uses-tf:       true
   build-depends:
                    base >= 4.14 && < 5,
-                   ansi-terminal >= 0.5 && < 0.9,
+                   ansi-terminal >= 0.5 && < 1.2,
                    distributed-process >= 0.6.0 && < 0.8,
                    distributed-process-extras,
                    distributed-process-systest ^>= 0.4,
@@ -121,7 +121,7 @@
   x-uses-tf:       true
   build-depends:
                    base >= 4.14 && < 5,
-                   ansi-terminal >= 0.5 && < 0.9,
+                   ansi-terminal >= 0.5 && < 1.2,
                    deepseq,
                    distributed-process >= 0.6.0 && < 0.8,
                    distributed-process-extras,
@@ -146,7 +146,7 @@
 --  x-uses-tf:       true
   build-depends:
                    base >= 4.14 && < 5,
-                   ansi-terminal >= 0.5 && < 0.9,
+                   ansi-terminal >= 0.5 && < 1.2,
                    containers,
                    hashable,
                    unordered-containers >= 0.2.3.0 && < 0.3,
