From 8896be1f30fb9591db45614c55d5c7bd456bec6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 15:37:13 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.1 in /tests Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 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.13...5.1) Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 446044f..705ffd1 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,7 +2,7 @@ flake8==3.5.0 tox==3.4.0 coverage==4.5.1 cryptography==2.3.1 -PyYAML==3.13 +PyYAML==5.1 pytest==3.8.1 pytest-runner==4.2 python-dateutil==2.7.3