diff --git a/debian/control b/debian/control index 673b7e6..dbd286f 100644 --- a/debian/control +++ b/debian/control @@ -1,29 +1,29 @@ Source: swh-loader-pypi Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python (>= 2), python3-all, python3-arrow, python3-nose, python3-pkginfo, python3-requests, python3-setuptools, python3-swh.core, - python3-swh.loader.core (>= 0.0.34~), - python3-swh.model (>= 0.0.27~), + python3-swh.loader.core (>= 0.0.35~), + python3-swh.model (>= 0.0.28~), python3-swh.storage (>= 0.0.108~), python3-swh.scheduler, python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/source/swh-loader-pypi.git Package: python3-swh.loader.pypi Architecture: all Depends: python3-swh.core, - python3-swh.loader.core (>= 0.0.34~), - python3-swh.model (>= 0.0.27~), + python3-swh.loader.core (>= 0.0.35~), + python3-swh.model (>= 0.0.28~), python3-swh.storage (>= 0.0.108~), ${misc:Depends}, ${python3:Depends} Description: Software Heritage PyPI Loader diff --git a/requirements-swh.txt b/requirements-swh.txt index 5155478..9e518b1 100644 --- a/requirements-swh.txt +++ b/requirements-swh.txt @@ -1,5 +1,5 @@ swh.core -swh.model >= 0.0.27 +swh.model >= 0.0.28 swh.storage >= 0.0.108 swh.scheduler -swh.loader.core >= 0.0.34 +swh.loader.core >= 0.0.35