From a0ef6e69385f089e701f8beb9719b7f4cc4d719e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 Jan 2021 13:12:20 +0000 Subject: [PATCH] Bump pyyaml from 5.3 to 5.4.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 to 5.4.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/5.3...5.4.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 34310ed..2efa7ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ mock==3.0.5 cryptography==2.8 yieldbreaker==0.0.1 black -pyyaml==5.3 +pyyaml==5.4.1 keen