From 4d5ef6faaf14997f009011208b6a6c0cefe557d7 Mon Sep 17 00:00:00 2001 From: tu-nv Date: Mon, 27 Jun 2022 02:56:13 +0000 Subject: [PATCH 1/2] remove kafka from requirement (deprecated) --- ni_collector/requirements.txt | 1 - ni_mon/requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/ni_collector/requirements.txt b/ni_collector/requirements.txt index b0cd085..146650c 100644 --- a/ni_collector/requirements.txt +++ b/ni_collector/requirements.txt @@ -1,7 +1,6 @@ # Python 2.6 compatibility # argparse==1.2.1 -confluent-kafka==1.1.0 pyyaml==5.1.2 influxdb==5.2.3 flask diff --git a/ni_mon/requirements.txt b/ni_mon/requirements.txt index 961ce0c..2bcb9a5 100644 --- a/ni_mon/requirements.txt +++ b/ni_mon/requirements.txt @@ -8,7 +8,6 @@ python_dateutil == 2.7.0 setuptools >= 21.0.0 python-keystoneclient == 3.20.0 requests == 2.22.0 -confluent-kafka==1.1.0 pyyaml==5.1.2 influxdb==5.2.3 python-zunclient==4.3.0 From 96d0cacc6d71607705724b7336b95eb02f890a2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 02:56:57 +0000 Subject: [PATCH 2/2] Bump pyyaml from 5.1.2 to 5.4 in /ni_collector Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.1.2...5.4) Signed-off-by: dependabot[bot] --- ni_collector/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ni_collector/requirements.txt b/ni_collector/requirements.txt index 146650c..391cb29 100644 --- a/ni_collector/requirements.txt +++ b/ni_collector/requirements.txt @@ -1,6 +1,6 @@ # Python 2.6 compatibility # argparse==1.2.1 -pyyaml==5.1.2 +pyyaml==5.4 influxdb==5.2.3 flask