diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-10-30  David Simmons-Duffin <dsd@caltech.edu> 0.1.4.1
+
+* Bump dependency bound for ansi-terminal
+
 2024-10-30 Laurent P. René de Cotret <laurent.decotret@outlook.com> 0.1.4.0
 
 * Removed dependency on `rematch` (#459)
diff --git a/distributed-process-execution.cabal b/distributed-process-execution.cabal
--- a/distributed-process-execution.cabal
+++ b/distributed-process-execution.cabal
@@ -1,6 +1,6 @@
 cabal-version:  3.0
 name:           distributed-process-execution
-version:        0.1.4.0
+version:        0.1.4.1
 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.7,
+                   ansi-terminal >= 0.5 && < 1.2,
                    containers,
                    hashable,
                    unordered-containers >= 0.2.3.0 && < 0.3,
@@ -112,7 +112,7 @@
 --  x-uses-tf:       true
   build-depends:
                    base >= 4.14 && < 5,
-                   ansi-terminal >= 0.5 && < 0.7,
+                   ansi-terminal >= 0.5 && < 1.2,
                    containers,
                    hashable,
                    unordered-containers >= 0.2.3.0 && < 0.3,
