From 595ebdb5e383b686668150e635b89c8a8b3d7fdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 15:58:00 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.1 in /tests/milvus_benchmark Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.1. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.12...5.1) Signed-off-by: dependabot[bot] Former-commit-id: 24d3855981565733ad377ba669262fe587444eb4 --- tests/milvus_benchmark/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/milvus_benchmark/requirements.txt b/tests/milvus_benchmark/requirements.txt index 1285b4d2..328cff1e 100644 --- a/tests/milvus_benchmark/requirements.txt +++ b/tests/milvus_benchmark/requirements.txt @@ -1,6 +1,6 @@ numpy==1.16.3 pymilvus>=0.1.18 -pyyaml==3.12 +pyyaml==5.1 docker==4.0.2 tableprint==0.8.0 ansicolors==1.1.8 \ No newline at end of file -- GitLab