From 61f67a1408d40f67f5a9d9ab2454fa4c2dfd0d32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:25:00 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 in /src Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 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/3.12...5.4) Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 9d87d8a..f6bfdde 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -57,7 +57,7 @@ pyspark==2.3.0 pytest==3.6.0 python-dateutil==2.7.3 pytz==2018.4 -PyYAML==3.12 +PyYAML==5.4 requests==2.21.0 retrying==1.3.3 s3transfer==0.1.13