diff --git a/debian/control b/debian/control
index f04bfc5..3f6ec53 100644
--- a/debian/control
+++ b/debian/control
@@ -1,33 +1,33 @@
 Source: swh-scheduler
 Maintainer: Software Heritage developers <swh-devel@inria.fr>
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-python (>= 2),
                python3-all,
                python3-arrow,
                python3-celery,
                python3-click,
                python3-elasticsearch (>= 5.4.0),
                python3-flask,
-               python3-hypothesis,
+               python3-hypothesis (>= 3.11.0~),
                python3-kombu,
                python3-pytest,
                python3-psycopg2,
                python3-setuptools,
                python3-swh.core (>= 0.0.44~),
                python3-vcversioner,
                python3-pytest-postgresql
 Standards-Version: 3.9.6
 Homepage: https://forge.softwareheritage.org/diffusion/DSCH/
 
 Package: python3-swh.scheduler
 Architecture: all
 Depends: python3-swh.core (>= 0.0.44~), ${misc:Depends}, ${python3:Depends}
 Description: Software Heritage Scheduler
 
 Package: python3-swh.scheduler.updater
 Architecture: all
 Depends: python3-swh.scheduler (= ${binary:Version}),
          ${misc:Depends}, ${python3:Depends}
 Description: Software Heritage Scheduler Updater