From f6799dad1e55461bea4f6dee2a219fa093547823 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2020 08:30:34 +0000 Subject: [PATCH] Bump pyyaml from 5.3 to 5.3.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 to 5.3.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/5.3...5.3.1) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8a056356..198c8e2e 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ install_requires=[ "web3==5.5.1", "asyncio==3.4.3", - "pyyaml==5.3", + "pyyaml==5.3.1", "sgx.py==0.4.dev6", ],