From d0bd991a723ad9de2d82600cbed922ef9f565c6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Apr 2021 08:25:01 +0000 Subject: [PATCH] Bump pyyaml from 5.3.1 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.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.3.1...5.4) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6ae2160..16b04db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ boto3==1.10.41 coverage==5.0.3 python-dateutil==2.8.0 pylint==1.9.5 -pyyaml==5.3.1 +pyyaml==5.4 wheel==0.34.2 yq==2.10.0