From bc1cef067e5a07fb60d35c51234fc0a5f5c3ab3e Mon Sep 17 00:00:00 2001 From: Mark Beierl Date: Thu, 18 May 2023 10:56:48 -0400 Subject: [PATCH] Update requirements to branch requirements-dev.txt were all pointing to master Change-Id: Ic492ae5ea8ff33413d0d5074c8a32e3bbac8877d Signed-off-by: Mark Beierl --- .../v12.0_prep_update-f0888c8fa82a6ce6.yaml | 22 +++++++++++++++++++ requirements-dev.txt | 12 +++++----- 2 files changed, 28 insertions(+), 6 deletions(-) create mode 100644 releasenotes/notes/v12.0_prep_update-f0888c8fa82a6ce6.yaml diff --git a/releasenotes/notes/v12.0_prep_update-f0888c8fa82a6ce6.yaml b/releasenotes/notes/v12.0_prep_update-f0888c8fa82a6ce6.yaml new file mode 100644 index 00000000..c1aa83eb --- /dev/null +++ b/releasenotes/notes/v12.0_prep_update-f0888c8fa82a6ce6.yaml @@ -0,0 +1,22 @@ +####################################################################################### +# 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. +####################################################################################### +--- +prelude: > + pip-compile is used to update the dependencies, but in the case of branch + creation, sometimes we forgot to update references from master to the branch. + This change addresses that by pointing to v13.0 + diff --git a/requirements-dev.txt b/requirements-dev.txt index ce8c3cee..268bdd8c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,18 +15,18 @@ # limitations under the License. ####################################################################################### aiokafka==0.7.2 - # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master + # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v12.0 dataclasses==0.6 - # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master + # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v12.0 kafka-python==2.0.2 # via - # -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master + # -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v12.0 # aiokafka osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git@v12.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 + # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v12.0 pymongo==3.12.3 - # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master + # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v12.0 pyyaml==5.4.1 - # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master + # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v12.0 -- 2.25.1