From e72538794e9981a088b6df8b913fc1521054050d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 00:21:31 +0000 Subject: [PATCH] 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 b0cd085..7e31654 100644 --- a/ni_collector/requirements.txt +++ b/ni_collector/requirements.txt @@ -2,6 +2,6 @@ # argparse==1.2.1 confluent-kafka==1.1.0 -pyyaml==5.1.2 +pyyaml==5.4 influxdb==5.2.3 flask