From 93c74d86379a6a5a4d39a423781f06d1acc358f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 12:57:49 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.1 in /testing 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] --- testing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/requirements.txt b/testing/requirements.txt index 925321f6..c5d9a95b 100644 --- a/testing/requirements.txt +++ b/testing/requirements.txt @@ -7,7 +7,7 @@ mysql-python==1.2.5; python_version < "3.0" PyCrypto==2.6.1 pytest-cov==2.6.1 pytest==4.2.0 -pyyaml==3.13 +pyyaml==5.1 responses==0.10.5 WebTest==2.0.32 webapp2==2.5.2