diff --git a/debian/changelog b/debian/changelog
index 044f289a0e67d1c18628494e26977d0ecf4133ec..a749dc032a24a12984bb396658f6aa26af453863 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+node-http-errors (1.8.0-2) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since stretch:
+    + Build-Depends: Drop versioned constraint on node-depd and node-inherits.
+    + node-http-errors: Drop versioned constraint on node-inherits in Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 22 May 2021 01:45:25 -0000
+
 node-http-errors (1.8.0-1) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/control b/debian/control
index 7be19f7f44b2b01cf1d31f09bd3b4fd101c26f22..ebd131fa343ed550e18232ed926dcb924b7b153b 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,8 @@ Build-Depends:
  debhelper-compat (= 13)
  , dh-buildinfo
  , mocha <!nocheck>
- , node-depd (>= 1.1.2~)
- , node-inherits (>= 2.0.3~)
+ , node-depd
+ , node-inherits
  , node-setprototypeof
  , node-statuses
  , node-toidentifier
@@ -25,7 +25,7 @@ Architecture: all
 Depends:
  ${misc:Depends}
  , node-depd (>= 1.1.2~)
- , node-inherits (>= 2.0.3~)
+ , node-inherits
  , node-setprototypeof
  , node-statuses
  , node-toidentifier