From 74b54d23d0a1b65b1352667be35e061fe5d05c1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:35:10 +0000 Subject: [PATCH] chore(deps): bump pyyaml from 4.2b4 to 5.4 in /requirements Bumps [pyyaml](https://github.com/yaml/pyyaml) from 4.2b4 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/commits/5.4) Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index e505d6f..2608da1 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -7,7 +7,7 @@ pytest-cov pytest-flask==0.15.1 # pytest-docker # docker-compose -pyyaml==4.2b4 +pyyaml==5.4 psycopg2-binary==2.8.3 sqlalchemy_utils responses==0.10.15