diff --git a/debian/control b/debian/control index ff79d4c..686b778 100644 --- a/debian/control +++ b/debian/control @@ -1,25 +1,25 @@ Source: swh-loader-debian Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-debian, python3-nose, python3-setuptools, python3-swh.core, - python3-swh.loader.dir (>= 0.0.14), + python3-swh.loader.dir (>= 0.0.15), python3-swh.model, - python3-swh.storage (>= 0.0.21), + python3-swh.storage (>= 0.0.31), python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/DLDDEB/ Package: python3-swh.loader.debian Architecture: all -Depends: python3-swh.loader.dir (>= 0.0.14), - python3-swh.storage (>= 0.0.21), +Depends: python3-swh.loader.dir (>= 0.0.15), + python3-swh.storage (>= 0.0.31), ${misc:Depends}, ${python3:Depends} Description: Software Heritage Debian Loader diff --git a/requirements.txt b/requirements.txt index 96190c4..e743d5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ python-debian vcversioner swh.core -swh.loader.dir >= 0.0.14 +swh.loader.dir >= 0.0.15 swh.model -swh.storage >= 0.0.21 +swh.storage >= 0.0.31