From 8d55a5b028628e18a65f79e72ff9f266553d216b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:40:27 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.4 in /tests 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] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 446044f..88214a4 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.4 pytest==3.8.1 pytest-runner==4.2 python-dateutil==2.7.3