From e328484c236ceaf14618fcff9be139d0a6df87e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 08:35:29 +0000 Subject: [PATCH] Bump pyyaml from 5.3 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 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...5.4) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index a72c28c3..09c5f784 100644 --- a/Pipfile +++ b/Pipfile @@ -16,5 +16,5 @@ jinja2 = "==2.10.1" icalendar = "==4.0.4" trans = "==2.1.0" mistune = "==0.8.4" -pyyaml = "==5.3" +pyyaml = "==5.4" flask-babel = "==1.0.0"