From b86c326d8afc12977cfe1fe7ef69c851c3500cd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 19:30:01 +0000 Subject: [PATCH] chore(deps): bump pyyaml from 3.12 to 5.1 in /600 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] --- 600/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/600/requirements.txt b/600/requirements.txt index 06d1d35..9c46e36 100644 --- a/600/requirements.txt +++ b/600/requirements.txt @@ -8,6 +8,6 @@ pyparsing==2.2.0 pytest==3.2.3 python-dateutil==2.6.1 pytz==2017.2 -PyYAML==3.12 +PyYAML==5.1 six==1.11.0 watchdog==0.8.3