diff -pruN 0.4.52+ds-2/debian/changelog 0.4.52+ds-3/debian/changelog
--- 0.4.52+ds-2/debian/changelog	2025-08-13 12:23:04.000000000 +0000
+++ 0.4.52+ds-3/debian/changelog	2025-09-24 18:59:22.000000000 +0000
@@ -1,3 +1,10 @@
+mdbook (0.4.52+ds-3) unstable; urgency=medium
+
+  [ NoisyCoil ]
+  * d/patches/relax-deps: stop downgrading notify, bump notify-debouncer-mini
+
+ -- Matthias Geiger <werdahias@debian.org>  Wed, 24 Sep 2025 20:59:22 +0200
+
 mdbook (0.4.52+ds-2) unstable; urgency=medium
 
   * Team upload.
diff -pruN 0.4.52+ds-2/debian/patches/relax-deps.patch 0.4.52+ds-3/debian/patches/relax-deps.patch
--- 0.4.52+ds-2/debian/patches/relax-deps.patch	2025-07-23 15:39:52.000000000 +0000
+++ 0.4.52+ds-3/debian/patches/relax-deps.patch	2025-09-24 17:37:51.000000000 +0000
@@ -10,11 +10,9 @@ This patch header follows DEP-3: http://
 @@ -38 +38 @@
 -opener = "0.8.1"
 +opener = "0.6"
-@@ -50,2 +50,2 @@
--notify = { version = "8.0.0", optional = true }
+@@ -51 +51 @@
 -notify-debouncer-mini = { version = "0.6.0", optional = true }
-+notify = { version = "6", optional = true }
-+notify-debouncer-mini = { version = "0.4.0", optional = true }
++notify-debouncer-mini = { version = "0.7", optional = true }
 @@ -59 +59 @@
 -axum = { version = "0.8.0", features = ["ws"], optional = true }
 +axum = { version = ">= 0.7, < 0.9", features = ["ws"], optional = true }
