From ae1ffac98d04281deac62c0ce6f0b7eb8da6d058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 22:10:45 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.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/3.12...5.1) 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..1d73e733 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.1", "sqlalchemy==1.3.3", "alembic>=1.0.7, <1.1", ],