From 1e67ba4089957c4e4c63fb1d4737a3493b390a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 12:05:20 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 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.13...5.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9cfb309..1162248 100644 --- a/requirements.txt +++ b/requirements.txt @@ -124,7 +124,7 @@ python-slugify==1.2.6 pytorch-pretrained-bert==0.6.2 pytorch-transformers==1.1.0 pytz==2018.7 -PyYAML==3.13 +PyYAML==5.1 pyzmq==17.1.2 qtconsole==4.5.5 regex==2018.1.10