From 82610195a31c786c4e8d095bff58f47726de5834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:17:13 +0000 Subject: [PATCH] Bump pyyaml from 5.3 to 5.4 in /demo-server Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 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.3...5.4) Signed-off-by: dependabot[bot] --- demo-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-server/requirements.txt b/demo-server/requirements.txt index 2aa34de..2e5e967 100644 --- a/demo-server/requirements.txt +++ b/demo-server/requirements.txt @@ -36,7 +36,7 @@ pyqtgraph==0.10.0 python-dateutil==2.8.1 python-louvain==0.13 pytz==2019.3 -PyYAML==5.3 +PyYAML==5.4 requests==2.22.0 scikit-learn==0.22.1 scipy==1.4.1