From 5c1165379c47336cf2259c0eead658fbc8a5af44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:46:39 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 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] --- git_trophy_lambda/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git_trophy_lambda/requirements.txt b/git_trophy_lambda/requirements.txt index 0e3e39f1..2565d3c5 100644 --- a/git_trophy_lambda/requirements.txt +++ b/git_trophy_lambda/requirements.txt @@ -28,7 +28,7 @@ placebo==0.9.0 ptyprocess==0.6.0 python-dateutil==2.8.1 python-slugify==4.0.1 -PyYAML==5.3.1 +PyYAML==5.4 requests==2.9.1 s3transfer==0.3.3 six==1.15.0 diff --git a/requirements.txt b/requirements.txt index abe77292..39bca3b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ placebo==0.8.1 ptyprocess==0.5.2 python-dateutil==2.6.1 python-slugify==1.2.4 -PyYAML==3.12 +PyYAML==5.4 requests==2.18.2 s3transfer==0.1.10 six==1.10.0