From 23af937c2d8a7849228594f1d2cc9b97d9356479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2019 06:00:48 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.1 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 0001d92..6981d61 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ python-dateutil==2.5.3 python-decouple==3.0 python-memcached==1.58 pytz==2016.7 -PyYAML==3.12 +PyYAML==5.1 requests==2.9.1 semantic-version==2.5.0 Shapely==1.5.17