From 40a0e7ef7028f6302df52e0733a2e154f0bad205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:48:20 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 in /scripts 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] --- scripts/requirements-simple.txt | 2 +- scripts/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/requirements-simple.txt b/scripts/requirements-simple.txt index 85beec1a7..2c3079040 100644 --- a/scripts/requirements-simple.txt +++ b/scripts/requirements-simple.txt @@ -1,4 +1,4 @@ requests==2.20.0 six==1.10.0 -PyYAML==5.1 +PyYAML==5.4 ujson==1.33 \ No newline at end of file diff --git a/scripts/requirements.txt b/scripts/requirements.txt index d5fcd6995..f4f2a2635 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,7 +1,7 @@ boto3==1.4.0 botocore==1.4.53 Fiona==1.6.3.post1 -PyYAML==5.1 +PyYAML==5.4 Rtree==0.8.2 Shapely==1.5.14 Unidecode==0.4.19