diff --git a/debian/control b/debian/control --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ python3-requests, python3-setuptools, python3-sqlalchemy (>= 1.0), - python3-swh.core (>= 0.0.44~), + python3-swh.core (>= 0.0.48~), python3-swh.model (>= 0.0.27~), python3-swh.objstorage (>= 0.0.17~), python3-swh.scheduler (>= 0.0.14~), @@ -26,7 +26,7 @@ Package: python3-swh.storage Architecture: all -Depends: python3-swh.core (>= 0.0.44~), +Depends: python3-swh.core (>= 0.0.48~), python3-swh.model (>= 0.0.27~), python3-swh.objstorage (>= 0.0.17~), ${misc:Depends}, diff --git a/requirements-swh.txt b/requirements-swh.txt --- a/requirements-swh.txt +++ b/requirements-swh.txt @@ -1,4 +1,4 @@ -swh.core >= 0.0.44 +swh.core >= 0.0.48 swh.model >= 0.0.27 swh.objstorage >= 0.0.17 swh.scheduler >= 0.0.14