From 4b4749e2c18d124cc03a8d408ac79d18ed628a3e Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 27 Jun 2022 15:56:14 +0200 Subject: [PATCH] Update requirements-dev.in to follow branch v12.0 instead of master Change-Id: Ic3d42ff6b92e1fc17176c381fa3400e8dc3ef298 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 733a1b3..6c599d4 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -13,8 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. --e 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 +-e 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 --e git+https://osm.etsi.org/gerrit/osm/N2VC.git@master#egg=n2vc --r https://osm.etsi.org/gitweb/?p=osm/N2VC.git;a=blob_plain;f=requirements.txt;hb=master +-e git+https://osm.etsi.org/gerrit/osm/N2VC.git@v12.0#egg=n2vc +-r https://osm.etsi.org/gitweb/?p=osm/N2VC.git;a=blob_plain;f=requirements.txt;hb=v12.0 -- 2.25.1