From 7be26612511a36784b466fb131cdf23340c03363 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 27 Jun 2022 15:56:08 +0200 Subject: [PATCH] Update requirements-dev.in to follow branch v12.0 instead of master Change-Id: I3d6cbbe92ad5abc5db95486d1bd0c22f5e469bdc Signed-off-by: garciadeblas --- requirements-dev.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 33a3ab6..15f6462 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -10,8 +10,8 @@ # 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 --r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master +git+https://osm.etsi.org/gerrit/osm/common.git@v12.0#egg=osm-common +-r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v12.0 -git+https://osm.etsi.org/gerrit/osm/IM.git@master#egg=osm-im --r https://osm.etsi.org/gitweb/?p=osm/IM.git;a=blob_plain;f=requirements.txt;hb=master +git+https://osm.etsi.org/gerrit/osm/IM.git@v12.0#egg=osm-im +-r https://osm.etsi.org/gitweb/?p=osm/IM.git;a=blob_plain;f=requirements.txt;hb=v12.0 -- 2.17.1