From 513776bc324637e13e7c3f2fcd3af4eca0bebaf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 08:35:22 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 in /distributor Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 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...5.4) Signed-off-by: dependabot[bot] --- distributor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributor/requirements.txt b/distributor/requirements.txt index 21da021..80ddc02 100644 --- a/distributor/requirements.txt +++ b/distributor/requirements.txt @@ -4,7 +4,7 @@ waitress==1.4.4 Flask-Cors==3.0.9 jsonschema==2.6.0 simplejson==3.17.0 -PyYAML==5.1 +PyYAML==5.4 fastjsonschema==2.14.1 pymongo==3.8.0