diff --git a/debian/control b/debian/control index 2505ebbf..902a9b5d 100644 --- a/debian/control +++ b/debian/control @@ -1,21 +1,21 @@ Source: swh-storage Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-flask, python3-nose, python3-psycopg2, python3-requests, python3-setuptools, - python3-swh.core (>= 0.0.6~), + python3-swh.core (>= 0.0.7~), python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/DCORE/ Package: python3-swh.storage Architecture: all -Depends: python3-swh.core (>= 0.0.6~), ${misc:Depends}, ${python3:Depends} +Depends: python3-swh.core (>= 0.0.7~), ${misc:Depends}, ${python3:Depends} Description: Software Heritage storage utilities diff --git a/requirements.txt b/requirements.txt index eb8a5be8..cb0c28ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ psycopg2 vcversioner # remote storage API client requests # remote storage API server flask # Internal dependencies -swh.core >= 0.0.6 +swh.core >= 0.0.7