From 4eaa74d34b624ed30607a55dbd5ae580032c7ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:28:09 +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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d5f6751b..d6d74234 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ "click==6.6", "jinja2==2.9.6", "pefile2==1.2.11", - "pyyaml==3.12", + "pyyaml==5.4", "sqlalchemy==1.3.3", "alembic>=1.0.7, <1.1", ],