From c37dcb9a844c4542a6aac3929aa858febc212773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 00:49:37 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 in /testing Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 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.12...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 b5037a03e40..1e38b0a63fb 100644 --- a/testing/requirements.txt +++ b/testing/requirements.txt @@ -8,7 +8,7 @@ PyCrypto==2.6.1 pytest-cov==2.4.0 pytest==3.0.6 pytest-capturelog==0.7 -pyyaml==3.12 +pyyaml==5.4 responses==0.5.1 WebTest==2.0.25 webapp2==2.5.2