From f451f5f5aeb398837b1a41a2d5cad45ca46cb4f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 13:04:36 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 in /committee/mock_availability_gateway 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/mock_availability_gateway/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/committee/mock_availability_gateway/setup.py b/committee/mock_availability_gateway/setup.py index ce73c34..d248422 100644 --- a/committee/mock_availability_gateway/setup.py +++ b/committee/mock_availability_gateway/setup.py @@ -16,7 +16,7 @@ packages=find_packages(), install_requires=[ 'aiohttp==3.6.2', - 'PyYAML==5.1', + 'PyYAML==5.4', 'Web3==5.2.2', ], package_data={