From b87e2f243c092271c58e440da0077ab6f5a76f43 Mon Sep 17 00:00:00 2001 From: beierlm Date: Thu, 19 May 2022 11:05:06 -0400 Subject: [PATCH] Updating requirements to point to branch Change-Id: I83bf13b32e3a9316304924b6c5c873699d6db87e Signed-off-by: beierlm --- ...pdating_requirements-cce0d756c80edc2c.yaml | 20 +++++++++++++++++++ requirements-dev.in | 4 ++-- requirements-dev.txt | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 releasenotes/notes/updating_requirements-cce0d756c80edc2c.yaml diff --git a/releasenotes/notes/updating_requirements-cce0d756c80edc2c.yaml b/releasenotes/notes/updating_requirements-cce0d756c80edc2c.yaml new file mode 100644 index 00000000..5d781116 --- /dev/null +++ b/releasenotes/notes/updating_requirements-cce0d756c80edc2c.yaml @@ -0,0 +1,20 @@ +####################################################################################### +# Copyright ETSI Contributors and Others. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. +####################################################################################### +--- +fixes: + - | + Updating requirements.in and requirements.txt to point to branch \ No newline at end of file diff --git a/requirements-dev.in b/requirements-dev.in index 87d042b9..78cafdb2 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -14,5 +14,5 @@ # 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@v11.0#egg=osm-common +-r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v11.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 21f6ba66..c10616d4 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=master # aiokafka -osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git@master +osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git@v11.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=master -- 2.25.1