From a0ee6d73eceea5c963ac1baa00cbbc4d812e3b5f Mon Sep 17 00:00:00 2001 From: Gulsum Atici Date: Tue, 14 Feb 2023 18:04:35 +0300 Subject: [PATCH] Changing common branch in requirements-dev.txt Change-Id: I155e36b0df1aab84a0be7e3591e13148aba3ffcd Signed-off-by: Gulsum Atici --- ...ate_requirements_dev-e9c110bfc35537f9.yaml | 20 +++++++++++++++++++ requirements-dev.txt | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/update_requirements_dev-e9c110bfc35537f9.yaml diff --git a/releasenotes/notes/update_requirements_dev-e9c110bfc35537f9.yaml b/releasenotes/notes/update_requirements_dev-e9c110bfc35537f9.yaml new file mode 100644 index 00000000..cd77509d --- /dev/null +++ b/releasenotes/notes/update_requirements_dev-e9c110bfc35537f9.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. +####################################################################################### +--- +other: + - | + Updating common version from master to v13.0 in requirements-dev.txt. diff --git a/requirements-dev.txt b/requirements-dev.txt index 3d565907..1c89a18d 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 -- 2.17.1