From be9938d7bda58dc8a620899f8cc0f5a079e67714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 12:45:57 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.1 in /augur-core 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] --- augur-core/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/augur-core/requirements.txt b/augur-core/requirements.txt index 3269ee1..221258e 100644 --- a/augur-core/requirements.txt +++ b/augur-core/requirements.txt @@ -21,7 +21,7 @@ pyethash==0.1.27 # via ethereum pysha3==1.0.2 # via ethereum pytest-profiling==1.2.11 pytest==3.1.2 -pyyaml==3.12 # via ethereum +pyyaml==5.1 # via ethereum repoze.lru==0.6 # via ethereum rlp==0.5.1 # via ethereum scrypt==0.8.0 # via ethereum