diff --git a/debian/control b/debian/control --- a/debian/control +++ b/debian/control @@ -15,14 +15,14 @@ python3-pytest, python3-psycopg2, python3-setuptools, - python3-swh.core (>= 0.0.44~), + python3-swh.core (>= 0.0.48~), python3-vcversioner 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} +Depends: python3-swh.core (>= 0.0.48~), ${misc:Depends}, ${python3:Depends} Description: Software Heritage Scheduler Package: python3-swh.scheduler.updater diff --git a/requirements-swh.txt b/requirements-swh.txt --- a/requirements-swh.txt +++ b/requirements-swh.txt @@ -1 +1 @@ -swh.core >= 0.0.44 +swh.core >= 0.0.48