From: garciadeblas Date: Fri, 14 Apr 2023 11:58:06 +0000 (+0200) Subject: update requirements-dev to use v13 branch of common X-Git-Tag: v13.0.2~1 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=2ac63ce6a7eb5886ef55d2368966070a0b90cae6;p=osm%2FN2VC.git update requirements-dev to use v13 branch of common Change-Id: I14db774489c4e69eaa40360a00e0b6bdada72e1b Signed-off-by: garciadeblas --- diff --git a/requirements-dev.in b/requirements-dev.in index 7deae87..48cac60 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -git+https://osm.etsi.org/gerrit/osm/common.git@master#egg=osm-common +git+https://osm.etsi.org/gerrit/osm/common.git@v13.0#egg=osm-common -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v13.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 3d56590..1c89a18 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -22,7 +22,7 @@ kafka-python==2.0.2 # via # -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v13.0 # aiokafka -osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git@master +osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git@v13.0 # via -r requirements-dev.in pycrypto==2.6.1 # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v13.0