##
netaddr
-google-api-python-client
-google-auth
+google-api-python-client==2.51.0
+google-auth==2.8.0
+google-api-core==2.8.2
+googleapis-common-protos==1.56.3
google-cloud
paramiko
--- /dev/null
+#######################################################################################
+# 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:
+ - |
+ Fix Bug 2268
+
+ Revert to previous GCP libraries that don' present the GCP client
+ authentication issues that make the connection unstable.
+
# aiokafka
dataclasses==0.6
# via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master
+dnspython==2.3.0
+ # via
+ # -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master
+ # pymongo
kafka-python==2.0.2
# via
# -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master
#######################################################################################
-e RO-plugin
# via -r requirements-test.in
-coverage==7.2.5
+coverage==7.2.7
# via -r requirements-test.in
mock==5.0.2
# via -r requirements-test.in
# via paramiko
boto==2.49.0
# via -r RO-VIM-aws/requirements.in
-cachetools==5.3.0
+cachetools==5.3.1
# via google-auth
certifi==2023.5.7
# via
# via openstacksdk
flufl-enum==5.0.1
# via pyvcloud
-google-api-core==2.11.0
+google-api-core==2.8.2
# via google-api-python-client
-google-api-python-client==2.86.0
+google-api-python-client==2.51.0
# via -r RO-VIM-gcp/requirements.in
-google-auth==2.17.3
+google-auth==2.8.0
# via
# -r RO-VIM-gcp/requirements.in
# google-api-core
# via google-api-python-client
google-cloud==0.34.0
# via -r RO-VIM-gcp/requirements.in
-googleapis-common-protos==1.59.0
+googleapis-common-protos==1.56.3
# via google-api-core
httplib2==0.22.0
# via
#######################################################################################
[testenv:pip-compile]
-deps = pip-tools==6.6.2
+deps = pip-tools==6.13.0
skip_install = true
allowlist_externals = bash
[
- bash -c "for file in requirements*.in ; do \
UNSAFE="" ; \
if [[ $file =~ 'dist' ]] ; then UNSAFE='--allow-unsafe' ; fi ; \
- pip-compile -rU --no-header $UNSAFE $file ;\
+ pip-compile --resolver=backtracking -rU --no-header $UNSAFE $file ;\
out=`echo $file | sed 's/.in/.txt/'` ; \
sed -i -e '1 e head -16 tox.ini' $out ;\
done"