From: Mark Beierl Date: Thu, 18 May 2023 15:00:36 +0000 (-0400) Subject: Update requirements to branch X-Git-Tag: v13.0.2~1 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=commitdiff_plain;h=bc852207985db54a824fa5918766f54dcca21312 Update requirements to branch requirements-dev.txt were all pointing to master Change-Id: Ic766c737c9fc809a7fbb1cf4122bd93756f0c9d9 Signed-off-by: Mark Beierl --- diff --git a/releasenotes/notes/v13.0_prep_update-aa033b7e72fab3ea.yaml b/releasenotes/notes/v13.0_prep_update-aa033b7e72fab3ea.yaml new file mode 100644 index 00000000..127c10e8 --- /dev/null +++ b/releasenotes/notes/v13.0_prep_update-aa033b7e72fab3ea.yaml @@ -0,0 +1,21 @@ +####################################################################################### +# 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.in b/requirements-dev.in index c284649d..a49dac16 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 +git+https://osm.etsi.org/gerrit/osm/common.git@v13.0#egg=osm-common -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v13.0