From ba43f19d1f29298b5c31da36d737997c23c38684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 23:51:30 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.1 in /requirements 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] --- requirements/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 4a8ffb6..885dac2 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -33,7 +33,7 @@ pytest-cache==1.0 # via pytest-isort pytest-isort==0.2.0 pytest==3.6.0 python-magic==0.4.15 -pyyaml==3.12 # via prospector +pyyaml==5.1 # via prospector requirements-detector==0.5.2 # via prospector setoptconf==0.2.0 # via prospector six==1.11.0 # via astroid, mock, more-itertools, pydocstyle, pylint, pytest, tox