From f8f52b26320cb5fe976738d4c44cd8d49448dabb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 00:24:34 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.4 in /testing Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.4. - [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.4) 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 925321f69d9..2a70cdd6c80 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.4 responses==0.10.5 WebTest==2.0.32 webapp2==2.5.2