From 3129229fc850ad8039b2241f389cd5f6fe28f840 Mon Sep 17 00:00:00 2001 From: Alexander Mazuruk Date: Fri, 26 Mar 2021 16:18:03 +0100 Subject: Dependencies update: Wheel, PyYAML, httplib2, HTTPretty Changelogs of updated pkgs: https://wheel.readthedocs.io/en/stable/news.html https://github.com/yaml/pyyaml/blob/master/CHANGES https://github.com/httplib2/httplib2/blob/master/CHANGELOG https://httpretty.readthedocs.io/en/latest/changelog.html Additionally resolved some warnings reported by tox: - remove unused func from tests that used deprecated python lib. - change collections import to collections.abc Issue-ID: DCAEGEN2-2720 Signed-off-by: Alexander Mazuruk Change-Id: I1dadbe9e6e410bdec1a06ea7c69e49576551218b --- miss_htbt_service/mod/trapd_get_cbs_config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'miss_htbt_service/mod') diff --git a/miss_htbt_service/mod/trapd_get_cbs_config.py b/miss_htbt_service/mod/trapd_get_cbs_config.py index 1fa3572..431f93b 100644 --- a/miss_htbt_service/mod/trapd_get_cbs_config.py +++ b/miss_htbt_service/mod/trapd_get_cbs_config.py @@ -4,6 +4,7 @@ # Copyright (c) 2018-2020 AT&T Intellectual Property. All rights reserved. # Copyright (c) 2019 Pantheon.tech. All rights reserved. # Copyright 2020 Deutsche Telekom. All rights reserved. +# Copyright 2021 Samsung Electronics. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -32,7 +33,7 @@ import sys import string import time import traceback -import collections +import collections.abc from onap_dcae_cbs_docker_client.client import get_config from mod import trapd_settings as tds from mod.trapd_exit import cleanup,cleanup_and_exit -- cgit 1.2.3-korg