From c8f1f5b876fb5ffbccbfc38b664f01756681560c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:36:15 +0000 Subject: [PATCH] Bump pyyaml from 5.3.1 to 5.4 in /graficado 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] --- graficado/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graficado/requirements.txt b/graficado/requirements.txt index ce5319e..92f1b6f 100644 --- a/graficado/requirements.txt +++ b/graficado/requirements.txt @@ -7,7 +7,7 @@ Pillow==7.1.1 pkg-resources==0.0.0 pyparsing==2.4.7 python-dateutil==2.8.1 -PyYAML==5.3.1 +PyYAML==5.4 six==1.14.0 tornado==6.0.4 typing-extensions==3.7.4.2