From e79e2a733d944d2fcf177f2a259cd1d86dba6ded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 13:04:38 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 in /committee Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.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.1...5.4) Signed-off-by: dependabot[bot] --- committee/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/committee/setup.py b/committee/setup.py index 4efa731..820c4dc 100644 --- a/committee/setup.py +++ b/committee/setup.py @@ -10,7 +10,7 @@ 'fastecdsa==1.7.2', 'marshmallow-dataclass==7.1.0', 'marshmallow==3.2.1', - 'PyYAML==5.1', + 'PyYAML==5.4', 'requests == 2.22.0', ] )