diff --git a/changes.txt b/changes.txt
--- a/changes.txt
+++ b/changes.txt
@@ -1,3 +1,9 @@
+1.5.5.3
+-------
+
+- bump ansi-wl-pprint
+- released gio 18 mag 2023, 13:00:31
+
 1.5.5.2
 -------
 
diff --git a/lentil.cabal b/lentil.cabal
--- a/lentil.cabal
+++ b/lentil.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                lentil
-version:             1.5.5.2
+version:             1.5.5.3
 synopsis:            frugal issue tracker
 description:         minumum effort, cohesive issue tracker based on
                      ubiquitous @TODO@s and @FIXME@s conventions.
@@ -68,7 +68,7 @@
 executable lentil
   main-is:             Main.hs
   build-depends:       base >= 4.9 && < 5.0,
-                       ansi-wl-pprint==0.6.*,
+                       ansi-wl-pprint >= 0.6 && < 1.1,
                        csv==0.1.*,
                        deepseq==1.4.*,
                        dlist >= 0.8 && < 1.1,
@@ -104,7 +104,7 @@
   HS-Source-Dirs:      test, src
   main-is:             Tests.hs
   build-depends:       base >= 4.9 && < 5.0,
-                       ansi-wl-pprint==0.6.*,
+                       ansi-wl-pprint >= 0.6 && < 1.1,
                        csv==0.1.*,
                        directory    >= 1.2 && < 1.4,
                        deepseq==1.4.*,
