From 7ce610b9881b63ddc1819ce09e8719f2c8b8c324 Mon Sep 17 00:00:00 2001 From: beierlm Date: Thu, 19 May 2022 10:59:36 -0400 Subject: [PATCH] Updating requirements to point to branch Change-Id: I79f8535a72413d9536c334cc2ddd74528ca82413 Signed-off-by: beierlm --- ...pdating_requirements-f9c68318eb973b33.yaml | 20 +++++++++++++++++++ requirements-dev.txt | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/updating_requirements-f9c68318eb973b33.yaml diff --git a/releasenotes/notes/updating_requirements-f9c68318eb973b33.yaml b/releasenotes/notes/updating_requirements-f9c68318eb973b33.yaml new file mode 100644 index 00000000..1418b4ef --- /dev/null +++ b/releasenotes/notes/updating_requirements-f9c68318eb973b33.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-dev.txt to point to the branch diff --git a/requirements-dev.txt b/requirements-dev.txt index b1bd0681..39e6d5b3 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=v10.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@v10.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=v10.0 -- 2.17.1