From b468503b2e52b42bc2149f52ba99b386a5f63619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 00:38:13 +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/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 0494824..adf4cd5 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -22,7 +22,7 @@ pycodestyle==2.3.1 pytest-cov==2.5.1 pytest==3.2.2 python-dateutil==2.6.1 -pyyaml==3.12 # via aspy.yaml, pre-commit +pyyaml==5.1 # via aspy.yaml, pre-commit requests==2.18.4 responses==0.8.0 six==1.11.0